| .. |
|
Implementation
|
Fix #1220: Auto Property named 'Item' decompiled as an invalid indexer
|
7 years ago |
|
Accessibility.cs
|
Clean up type system interfaces.
|
7 years ago |
|
AnonymousType.cs
|
Remove some of the old TS implementations.
|
7 years ago |
|
ApplyAttributeTypeVisitor.cs
|
Rename IAssembly -> IModule.
|
7 years ago |
|
ArrayType.cs
|
Use resolved TS in member filter predicates.
|
7 years ago |
|
AssemblyQualifiedTypeName.cs
|
Rename IAssembly -> IModule.
|
7 years ago |
|
ByReferenceType.cs
|
Introduce IType.IsByRefLike.
|
7 years ago |
|
ComHelper.cs
|
Don't cache attributes in the type system.
|
7 years ago |
|
DecompilerTypeSystem.cs
|
Add TypeSystemOptions.Uncached.
|
7 years ago |
|
FullTypeName.cs
|
Started work on new resolved TS implementation that directly uses SRM.
|
7 years ago |
|
GenericContext.cs
|
Fix some type system bugs.
|
7 years ago |
|
IAmbience.cs
|
…
|
|
|
IAssembly.cs
|
IModule should implement ISymbol.
|
7 years ago |
|
IAttribute.cs
|
Fix NullReferenceException in TypeSystemAstBuilder when attribute argument decoding fails.
|
7 years ago |
|
ICodeContext.cs
|
…
|
|
|
ICompilation.cs
|
Merge IDecompilerTypeSystem with ICompilation.
|
7 years ago |
|
IDecompilerTypeSystem.cs
|
Merge IDecompilerTypeSystem with ICompilation.
|
7 years ago |
|
IEntity.cs
|
Rename IAssembly -> IModule.
|
7 years ago |
|
IEvent.cs
|
Remove unresolved TS interfaces.
|
7 years ago |
|
IField.cs
|
Remove unresolved TS interfaces.
|
7 years ago |
|
IFreezable.cs
|
…
|
|
|
IInterningProvider.cs
|
…
|
|
|
IMember.cs
|
Remove unresolved TS interfaces.
|
7 years ago |
|
IMethod.cs
|
Remove unresolved TS interfaces.
|
7 years ago |
|
INamedElement.cs
|
…
|
|
|
INamespace.cs
|
Rename IAssembly -> IModule.
|
7 years ago |
|
IParameter.cs
|
Remove unresolved TS interfaces.
|
7 years ago |
|
IParameterizedMember.cs
|
Remove unresolved TS interfaces.
|
7 years ago |
|
IProperty.cs
|
Remove unresolved TS interfaces.
|
7 years ago |
|
ISupportsInterning.cs
|
…
|
|
|
ISymbol.cs
|
IModule should implement ISymbol.
|
7 years ago |
|
IType.cs
|
Introduce IType.IsByRefLike.
|
7 years ago |
|
ITypeDefinition.cs
|
Remove unresolved TS interfaces.
|
7 years ago |
|
ITypeParameter.cs
|
Remove unresolved TS interfaces.
|
7 years ago |
|
ITypeReference.cs
|
Rename IAssembly -> IModule.
|
7 years ago |
|
IVariable.cs
|
…
|
|
|
InheritanceHelper.cs
|
Add overrides / interface implementation analyzers
|
7 years ago |
|
IntersectionType.cs
|
Use resolved TS in member filter predicates.
|
7 years ago |
|
KnownTypeReference.cs
|
Rewrite MinimalCorlib without using the unresolved TS.
|
7 years ago |
|
MetadataModule.cs
|
IModule should implement ISymbol.
|
7 years ago |
|
ModifiedType.cs
|
Introduce IType.IsByRefLike.
|
7 years ago |
|
NormalizeTypeVisitor.cs
|
Type system: add support for tuple conversions.
|
8 years ago |
|
NullableType.cs
|
Rewrite MinimalCorlib without using the unresolved TS.
|
7 years ago |
|
ParameterListComparer.cs
|
Add support for C# 7 tuple types:
|
8 years ago |
|
ParameterizedType.cs
|
Introduce IType.IsByRefLike.
|
7 years ago |
|
PointerType.cs
|
Removed unused TS code: IType.ToTypeReference()
|
8 years ago |
|
ReferenceResolvingException.cs
|
…
|
|
|
ReflectionHelper.cs
|
Merge IDecompilerTypeSystem with ICompilation.
|
7 years ago |
|
ReflectionNameParseException.cs
|
…
|
|
|
SimpleTypeResolveContext.cs
|
Rename IAssembly -> IModule.
|
7 years ago |
|
SpecialType.cs
|
Distinguish between unknown type and no type.
|
8 years ago |
|
TaskType.cs
|
…
|
|
|
TopLevelTypeName.cs
|
Started work on new resolved TS implementation that directly uses SRM.
|
7 years ago |
|
TupleType.cs
|
Rename IAssembly -> IModule.
|
7 years ago |
|
TypeKind.cs
|
Started work on new resolved TS implementation that directly uses SRM.
|
7 years ago |
|
TypeParameterSubstitution.cs
|
Eliminate SpecializingDecompilerTypeSystem and use GenericContext instead.
|
7 years ago |
|
TypeProvider.cs
|
Rename IAssembly -> IModule.
|
7 years ago |
|
TypeSystemExtensions.cs
|
Fix #1103: Deactivating "Insert using declarations" now uses fully qualified types everywhere.
|
7 years ago |
|
TypeUtils.cs
|
#1174: Fix IsCompatibleTypeForMemoryAccess() for tuple types.
|
8 years ago |
|
TypeVisitor.cs
|
Started work on new resolved TS implementation that directly uses SRM.
|
7 years ago |
|
VarArgInstanceMethod.cs
|
Rename IAssembly -> IModule.
|
7 years ago |