| .. |
|
Implementation
|
Renamed GetClass-> GetTypeDefinition;
|
15 years ago |
|
Accessibility.cs
|
Simplify CSharp.Dom.
|
15 years ago |
|
ArrayType.cs
|
Implemented C# attributes.
|
15 years ago |
|
ByReferenceType.cs
|
Added implicit conversion logic.
|
16 years ago |
|
CecilLoader.cs
|
Implemented type system -> cecil object table.
|
15 years ago |
|
ClassType.cs
|
Revert "Moved class type to IType / added type parameter class type for type"
|
15 years ago |
|
DomRegion.cs
|
added some constructors.
|
15 years ago |
|
EntityType.cs
|
Simplify ITypeReference interface; added missing implementations in DefaultTypeDefinition (GetNestedTypes, GetMethod, etc.).
|
16 years ago |
|
Error.cs
|
Added constructors that take an error location/added file header.
|
15 years ago |
|
ExtensionMethods.cs
|
fix build.
|
15 years ago |
|
IAccessor.cs
|
Add support for non-custom attributes to CecilLoader.
|
15 years ago |
|
IAnnotatable.cs
|
Addded GetSubTypeDefinitions method.
|
15 years ago |
|
IAttribute.cs
|
Fix contracts.
|
15 years ago |
|
IConstantValue.cs
|
Port NRefactory to .NET 3.5.
|
15 years ago |
|
IConversions.cs
|
Add 'CommonTypeInference'.
|
15 years ago |
|
IDocumentationProvider.cs
|
Add documentation providers (xml and binary).
|
15 years ago |
|
IEntity.cs
|
Port NRefactory to .NET 3.5.
|
15 years ago |
|
IEvent.cs
|
TypeSystemConvertVisitor: add support for properties and events.
|
15 years ago |
|
IExplicitInterfaceImplementation.cs
|
Port NRefactory to .NET 3.5.
|
15 years ago |
|
IField.cs
|
Port NRefactory to .NET 3.5.
|
15 years ago |
|
IFreezable.cs
|
Port NRefactory to .NET 3.5.
|
15 years ago |
|
IInterningProvider.cs
|
Port NRefactory to .NET 3.5.
|
15 years ago |
|
IMember.cs
|
Port NRefactory to .NET 3.5.
|
15 years ago |
|
IMethod.cs
|
Add support for non-custom attributes to CecilLoader.
|
15 years ago |
|
INamedElement.cs
|
Port NRefactory to .NET 3.5.
|
15 years ago |
|
IParameter.cs
|
Port NRefactory to .NET 3.5.
|
15 years ago |
|
IParameterizedMember.cs
|
Port NRefactory to .NET 3.5.
|
15 years ago |
|
IParsedFile.cs
|
Added error storage to IParsedFile.
|
15 years ago |
|
IProjectContent.cs
|
Separated the annotations from the ast node & added annotations to the
|
15 years ago |
|
IProperty.cs
|
TypeSystemConvertVisitor: add support for properties and events.
|
15 years ago |
|
ISupportsInterning.cs
|
Port NRefactory to .NET 3.5.
|
15 years ago |
|
ISynchronizedTypeResolveContext.cs
|
Rename AggregateTypeResolveContext to CompositeTypeResolveContext.
|
16 years ago |
|
IType.cs
|
Revert "Moved class type to IType / added type parameter class type for type"
|
15 years ago |
|
ITypeDefinition.cs
|
Renamed ITypeDefinition.InnerClasses -> NestedTypes (for more
|
15 years ago |
|
ITypeParameter.cs
|
Evaluate constant expressions in the correct context.
|
15 years ago |
|
ITypeReference.cs
|
Port NRefactory to .NET 3.5.
|
15 years ago |
|
ITypeResolveContext.cs
|
Renamed GetClass-> GetTypeDefinition;
|
15 years ago |
|
IVariable.cs
|
Port NRefactory to .NET 3.5.
|
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
|
Renamed GetClass-> GetTypeDefinition;
|
15 years ago |
|
ParameterListComparer.cs
|
Started implementation of member lookup.
|
16 years ago |
|
ParameterizedType.cs
|
Revert "Moved class type to IType / added type parameter class type for type"
|
15 years ago |
|
PointerType.cs
|
Added implicit conversion logic.
|
16 years ago |
|
ReflectionHelper.cs
|
Renamed GetClass-> GetTypeDefinition;
|
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 |