.. |
Implementation
|
Revert "Fixed type parameter substitution bug."
|
13 years ago |
Accessibility.cs
|
…
|
|
AnonymousType.cs
|
Add IType.GetAccessors().
|
13 years ago |
ArrayType.cs
|
Implement ICompilationProvider in a few more places where we have the compilation available.
|
13 years ago |
ByReferenceType.cs
|
Change ISupportsInterning so that objects are interned immediately after they are created.
|
13 years ago |
CecilLoader.cs
|
CecilLoader: When loading a multi-module assembly, load the main module only.
|
13 years ago |
ComHelper.cs
|
Fixed some FxCop warnings.
|
14 years ago |
DefaultSolutionSnapshot.cs
|
DefaultSolutionSnapshot.AddCompilation now registers the project content for GetProjectContent(string projectFileName)
|
13 years ago |
DomRegion.cs
|
…
|
|
EntityType.cs
|
Add IType.GetAccessors().
|
13 years ago |
Error.cs
|
…
|
|
FullTypeName.cs
|
Fix bug in ParameterizedType.VisitChildren() when replacing the generic type definition.
|
13 years ago |
IAmbience.cs
|
Fixed some FxCop warnings.
|
14 years ago |
IAssembly.cs
|
ICompilation.Import(IType): added support for importing open generic types
|
13 years ago |
IAttribute.cs
|
Remove outdated code contracts.
|
13 years ago |
ICompilation.cs
|
Add Import() extension method for INamespace
|
13 years ago |
IConstantValue.cs
|
…
|
|
IEntity.cs
|
ICompilation.Import(IType): added support for importing open generic types
|
13 years ago |
IEvent.cs
|
Move SimpleTypeResolveContext out of Implementation namespace.
|
13 years ago |
IField.cs
|
Move SimpleTypeResolveContext out of Implementation namespace.
|
13 years ago |
IFreezable.cs
|
Remove outdated code contracts.
|
13 years ago |
IInterningProvider.cs
|
Change ISupportsInterning so that objects are interned immediately after they are created.
|
13 years ago |
IMember.cs
|
Added IsSpecialized to IMember & IsParameterized to IType to make it
|
13 years ago |
IMethod.cs
|
Moved members of ParametrizedType to IType (for consistency with the
|
13 years ago |
INamedElement.cs
|
…
|
|
INamespace.cs
|
ICompilation.Import(IType): added support for importing open generic types
|
13 years ago |
IParameter.cs
|
…
|
|
IParameterizedMember.cs
|
…
|
|
IProjectContent.cs
|
Update solution-loading logic in ConsistencyCheck.
|
13 years ago |
IProperty.cs
|
Move SimpleTypeResolveContext out of Implementation namespace.
|
13 years ago |
ISolutionSnapshot.cs
|
Add ProjectReference class to NRefactory to simplify creating the type system for a solution with multiple projects.
|
13 years ago |
ISupportsInterning.cs
|
NRefactory changes from SharpDevelop: add IDocument.FileName and IAssembly.FullAssemblyName,
|
13 years ago |
IType.cs
|
Revert "Added TypeParameters property to IType (for consistency with the"
|
13 years ago |
ITypeDefinition.cs
|
Revert "[TypeSystem] Added a method to get only defined members with a filter"
|
13 years ago |
ITypeParameter.cs
|
Implemented ITypeParameter.EffectiveInterfaceSet
|
13 years ago |
ITypeReference.cs
|
Implement ICompilationProvider in a few more places where we have the compilation available.
|
13 years ago |
IUnresolvedFile.cs
|
Rename IParsedFile -> IUnresolvedFile to make clear it belongs to the unresolved type system.
|
13 years ago |
IVariable.cs
|
Remove outdated code contracts.
|
13 years ago |
InheritanceHelper.cs
|
Merge some bugfixes from SharpDevelop to NRefactory.
|
13 years ago |
IntersectionType.cs
|
Add IType.GetAccessors().
|
13 years ago |
KnownTypeReference.cs
|
Make 'await' resolve as in the C# 5.0 language specification.
|
13 years ago |
NullableType.cs
|
Change ISupportsInterning so that objects are interned immediately after they are created.
|
13 years ago |
ParameterListComparer.cs
|
Implemented IUnresolvedMember.Resolve().
|
13 years ago |
ParameterizedType.cs
|
Revert "Added TypeParameters property to IType (for consistency with the"
|
13 years ago |
PointerType.cs
|
Change ISupportsInterning so that objects are interned immediately after they are created.
|
13 years ago |
ProjectReference.cs
|
Add ProjectReference class to NRefactory to simplify creating the type system for a solution with multiple projects.
|
13 years ago |
ReflectionHelper.cs
|
Add 'FullTypeName' struct, and use it to represent type names.
|
13 years ago |
ReflectionNameParseException.cs
|
Remove some dead code.
|
14 years ago |
SimpleTypeResolveContext.cs
|
Move SimpleTypeResolveContext out of Implementation namespace.
|
13 years ago |
SpecialType.cs
|
…
|
|
TopLevelTypeName.cs
|
Add 'FullTypeName' struct, and use it to represent type names.
|
13 years ago |
TypeKind.cs
|
…
|
|
TypeSystemExtensions.cs
|
Add Import() extension method for INamespace
|
13 years ago |
TypeVisitor.cs
|
…
|
|