| .. |
|
Implementation
|
Use static instances on KnownTypeReference for the built-in C# types.
|
15 years ago |
|
Accessibility.cs
|
Simplify CSharp.Dom.
|
15 years ago |
|
ArrayType.cs
|
Use static instances on KnownTypeReference for the built-in C# types.
|
15 years ago |
|
ByReferenceType.cs
|
Added implicit conversion logic.
|
16 years ago |
|
CecilLoader.cs
|
Fixed detection of 'sealed' method modifier.
|
15 years ago |
|
ClassType.cs
|
Add DefaultMethod implementation.
|
16 years ago |
|
DomRegion.cs
|
Rename Dom->Ast.
|
15 years ago |
|
EntityType.cs
|
Simplify ITypeReference interface; added missing implementations in DefaultTypeDefinition (GetNestedTypes, GetMethod, etc.).
|
16 years ago |
|
ExtensionMethods.cs
|
Use static instances on KnownTypeReference for the built-in C# types.
|
15 years ago |
|
IAccessor.cs
|
TypeSystemConvertVisitor: add support for properties and events.
|
15 years ago |
|
IAttribute.cs
|
Add first draft of new type system.
|
16 years ago |
|
IConstantValue.cs
|
Fixed overload resolution bug
|
15 years ago |
|
IConversions.cs
|
Add 'CommonTypeInference'.
|
15 years ago |
|
IDocumentationProvider.cs
|
Add documentation providers (xml and binary).
|
15 years ago |
|
IEntity.cs
|
Add NRefactory.Demo (TreeView for visualization of C# DOM)
|
15 years ago |
|
IEvent.cs
|
TypeSystemConvertVisitor: add support for properties and events.
|
15 years ago |
|
IExplicitInterfaceImplementation.cs
|
Add first draft of new type system.
|
16 years ago |
|
IField.cs
|
TypeSystemConvertVisitor: add support for properties and events.
|
15 years ago |
|
IFreezable.cs
|
Add first draft of new type system.
|
16 years ago |
|
IInterningProvider.cs
|
Documentation on interning.
|
16 years ago |
|
IMember.cs
|
Add 'CommonTypeInference'.
|
15 years ago |
|
IMethod.cs
|
Add first draft of new type system.
|
16 years ago |
|
INamedElement.cs
|
Add 'CommonTypeInference'.
|
15 years ago |
|
IParameter.cs
|
Simplify ITypeReference interface; added missing implementations in DefaultTypeDefinition (GetNestedTypes, GetMethod, etc.).
|
16 years ago |
|
IParameterizedMember.cs
|
Add first draft of new type system.
|
16 years ago |
|
IProjectContent.cs
|
Add CecilProjectContent
|
16 years ago |
|
IProperty.cs
|
TypeSystemConvertVisitor: add support for properties and events.
|
15 years ago |
|
ISupportsInterning.cs
|
Rename Dom->Ast.
|
15 years ago |
|
ISynchronizedTypeResolveContext.cs
|
Rename AggregateTypeResolveContext to CompositeTypeResolveContext.
|
16 years ago |
|
IType.cs
|
Started implementation of member lookup.
|
15 years ago |
|
ITypeDefinition.cs
|
Simplify ITypeReference interface; added missing implementations in DefaultTypeDefinition (GetNestedTypes, GetMethod, etc.).
|
16 years ago |
|
ITypeParameter.cs
|
Simplify ITypeReference interface; added missing implementations in DefaultTypeDefinition (GetNestedTypes, GetMethod, etc.).
|
16 years ago |
|
ITypeReference.cs
|
Simplify ITypeReference interface; added missing implementations in DefaultTypeDefinition (GetNestedTypes, GetMethod, etc.).
|
16 years ago |
|
ITypeResolveContext.cs
|
Use (Namespace,Name) pair instead of FullName.
|
15 years ago |
|
IVariable.cs
|
TypeSystemConvertVisitor: add support for properties and events.
|
15 years ago |
|
IntersectionType.cs
|
Worked on improved type inference implementation.
|
15 years ago |
|
KnownTypeReference.cs
|
Use static instances on KnownTypeReference for the built-in C# types.
|
15 years ago |
|
NullableType.cs
|
Use (Namespace,Name) pair instead of FullName.
|
15 years ago |
|
ParameterListComparer.cs
|
Started implementation of member lookup.
|
15 years ago |
|
ParameterizedType.cs
|
Integrate type inference into overload resolution
|
15 years ago |
|
PointerType.cs
|
Added implicit conversion logic.
|
16 years ago |
|
ReflectionHelper.cs
|
Use static instances on KnownTypeReference for the built-in C# types.
|
15 years ago |
|
ReflectionNameParseException.cs
|
Rename AggregateTypeResolveContext to CompositeTypeResolveContext.
|
16 years ago |
|
SharedTypes.cs
|
Use static instances on KnownTypeReference for the built-in C# types.
|
15 years ago |
|
TypeVisitor.cs
|
Rename ConstructedType to ParameterizedType.
|
16 years ago |