..
Implementation
Rename AggregateTypeResolveContext to CompositeTypeResolveContext.
16 years ago
Accessibility.cs
CecilProjectContent: read classes
16 years ago
AmbiguousType.cs
Testing the interning support
16 years ago
ArrayType.cs
Added implicit conversion logic.
16 years ago
ByReferenceType.cs
Added implicit conversion logic.
16 years ago
CecilLoader.cs
Rename AggregateTypeResolveContext to CompositeTypeResolveContext.
16 years ago
ClassType.cs
Add DefaultMethod implementation.
16 years ago
DomRegion.cs
Testing the interning support
16 years ago
EntityType.cs
Simplify ITypeReference interface; added missing implementations in DefaultTypeDefinition (GetNestedTypes, GetMethod, etc.).
16 years ago
ExtensionMethods.cs
Add support for multiplication, division, modulus and addition operators.
16 years ago
IAttribute.cs
Add first draft of new type system.
16 years ago
IConstantValue.cs
Add first draft of new type system.
16 years ago
IEntity.cs
Use TypeCode instead of Type where possible; added more BinaryOperatorTests; added support for equality operators.
16 years ago
IEvent.cs
Implemented CecilLoader.ReadEvent
16 years ago
IExplicitInterfaceImplementation.cs
Add first draft of new type system.
16 years ago
IField.cs
Simplify ITypeReference interface; added missing implementations in DefaultTypeDefinition (GetNestedTypes, GetMethod, etc.).
16 years ago
IFreezable.cs
Add first draft of new type system.
16 years ago
IInterningProvider.cs
Documentation on interning.
16 years ago
IMember.cs
Use TypeCode instead of Type where possible; added more BinaryOperatorTests; added support for equality operators.
16 years ago
IMethod.cs
Add first draft of new type system.
16 years ago
INamedElement.cs
Rename AggregateTypeResolveContext to CompositeTypeResolveContext.
16 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
Implemented CecilLoader.ReadEvent
16 years ago
ISupportsInterning.cs
Documentation on interning.
16 years ago
ISynchronizedTypeResolveContext.cs
Rename AggregateTypeResolveContext to CompositeTypeResolveContext.
16 years ago
IType.cs
Rename AggregateTypeResolveContext to CompositeTypeResolveContext.
16 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
Rename AggregateTypeResolveContext to CompositeTypeResolveContext.
16 years ago
IVariable.cs
Add first draft of new type system.
16 years ago
NullableType.cs
Added CastTests.
16 years ago
ParameterizedType.cs
Rename AggregateTypeResolveContext to CompositeTypeResolveContext.
16 years ago
PointerType.cs
Added implicit conversion logic.
16 years ago
ReflectionHelper.cs
Rename AggregateTypeResolveContext to CompositeTypeResolveContext.
16 years ago
ReflectionNameParseException.cs
Rename AggregateTypeResolveContext to CompositeTypeResolveContext.
16 years ago
SharedTypes.cs
Add support for integer literal conversions.
16 years ago
TypeVisitor.cs
Rename ConstructedType to ParameterizedType.
16 years ago