..
Implementation
Fix [DecimalConstant] parameters
7 years ago
Accessibility.cs
Clean up type system interfaces.
8 years ago
ApplyAttributeTypeVisitor.cs
Fix NRE in ApplyAttributeTypeVisitor.VisitTypeDefinition()
7 years ago
ArrayType.cs
Avoid exceptions on IType->ArrayType or IType->ITypeParameter casts due to NullabilityAnnotatedType decorator.
7 years ago
AssemblyQualifiedTypeName.cs
Rename IAssembly -> IModule.
8 years ago
ByReferenceType.cs
Introduce IType.IsByRefLike.
8 years ago
ComHelper.cs
Don't cache attributes in the type system.
8 years ago
DecompilerTypeSystem.cs
Support "where T : unmanaged" constraints.
7 years ago
FullTypeName.cs
Started work on new resolved TS implementation that directly uses SRM.
8 years ago
GenericContext.cs
Fix some type system bugs.
8 years ago
IAssembly.cs
IModule should implement ISymbol.
8 years ago
IAttribute.cs
Fix NullReferenceException in TypeSystemAstBuilder when attribute argument decoding fails.
8 years ago
ICodeContext.cs
Adjust namespaces
9 years ago
ICompilation.cs
Merge IDecompilerTypeSystem with ICompilation.
8 years ago
IDecompilerTypeSystem.cs
Merge IDecompilerTypeSystem with ICompilation.
8 years ago
IEntity.cs
Rename IAssembly -> IModule.
8 years ago
IEvent.cs
Remove unresolved TS interfaces.
8 years ago
IField.cs
Remove unresolved TS interfaces.
8 years ago
IFreezable.cs
Adjust namespaces
9 years ago
IInterningProvider.cs
Adjust namespaces
9 years ago
IMember.cs
Remove unresolved TS interfaces.
8 years ago
IMethod.cs
Remove unresolved TS interfaces.
8 years ago
INamedElement.cs
Adjust namespaces
9 years ago
INamespace.cs
Rename IAssembly -> IModule.
8 years ago
IParameter.cs
Refactor TS representation of ref / readonly structs. Add support for in parameters.
8 years ago
IParameterizedMember.cs
Remove unresolved TS interfaces.
8 years ago
IProperty.cs
Remove unresolved TS interfaces.
8 years ago
ISupportsInterning.cs
Adjust namespaces
9 years ago
ISymbol.cs
IModule should implement ISymbol.
8 years ago
IType.cs
First attempt at integrating C# nullable reference types into the type system.
7 years ago
ITypeDefinition.cs
Refactor TS representation of ref / readonly structs. Add support for in parameters.
8 years ago
ITypeParameter.cs
Support "where T : unmanaged" constraints.
7 years ago
ITypeReference.cs
Rename IAssembly -> IModule.
8 years ago
IVariable.cs
Fix #1283 : handle invalid metadata when decoding constants
7 years ago
InheritanceHelper.cs
Add overrides / interface implementation analyzers
8 years ago
IntersectionType.cs
Use resolved TS in member filter predicates.
8 years ago
KnownTypeReference.cs
Add Span<T>, ReadOnlySpan<T> and Memory<T> to KnownTypeCode.
8 years ago
MetadataModule.cs
Support "where T : unmanaged" constraints.
7 years ago
ModifiedType.cs
First attempt at integrating C# nullable reference types into the type system.
7 years ago
NormalizeTypeVisitor.cs
Avoid exceptions on IType->ArrayType or IType->ITypeParameter casts due to NullabilityAnnotatedType decorator.
7 years ago
Nullability.cs
First attempt at integrating C# nullable reference types into the type system.
7 years ago
NullableType.cs
#1195 : Fix several issues decompiling SharpSvn.dll (C++/CLI)
8 years ago
ParameterListComparer.cs
Add 'includeModifiers' option to ParameterListComparer.
7 years ago
ParameterizedType.cs
First attempt at integrating C# nullable reference types into the type system.
7 years ago
PointerType.cs
Removed unused TS code: IType.ToTypeReference()
8 years ago
ReferenceResolvingException.cs
Adjust namespaces
9 years ago
ReflectionHelper.cs
Merge IDecompilerTypeSystem with ICompilation.
8 years ago
ReflectionNameParseException.cs
Adjust namespaces
9 years ago
SimpleTypeResolveContext.cs
Rename IAssembly -> IModule.
8 years ago
SpecialType.cs
Distinguish between unknown type and no type.
8 years ago
TaskType.cs
Adjust namespaces
9 years ago
TopLevelTypeName.cs
Started work on new resolved TS implementation that directly uses SRM.
8 years ago
TupleType.cs
Improve decompiler behavior is System.ValueTuple exists in multiple referenced assemblies.
7 years ago
TypeKind.cs
Started work on new resolved TS implementation that directly uses SRM.
8 years ago
TypeParameterSubstitution.cs
Eliminate SpecializingDecompilerTypeSystem and use GenericContext instead.
8 years ago
TypeProvider.cs
Rename IAssembly -> IModule.
8 years ago
TypeSystemExtensions.cs
Fix implementation of CallBuilder.IsOptionalArgument by converting the ResolveResult to the parameter type.
7 years ago
TypeUtils.cs
Fix #1308 : Consider type hint in ldc.i8 translation.
7 years ago
TypeVisitor.cs
First attempt at integrating C# nullable reference types into the type system.
7 years ago
VarArgInstanceMethod.cs
Rename IAssembly -> IModule.
8 years ago