.. |
Implementation
|
Fix #1283: handle invalid metadata when decoding constants
|
7 years ago |
Accessibility.cs
|
…
|
|
AnonymousType.cs
|
…
|
|
ApplyAttributeTypeVisitor.cs
|
#1195: Remove modopts/modreqs from the type system; they confuse the decompiler.
|
7 years ago |
ArrayType.cs
|
…
|
|
AssemblyQualifiedTypeName.cs
|
Rename IAssembly -> IModule.
|
7 years ago |
ByReferenceType.cs
|
Introduce IType.IsByRefLike.
|
7 years ago |
ComHelper.cs
|
…
|
|
DecompilerTypeSystem.cs
|
Refactor TS representation of ref / readonly structs. Add support for in parameters.
|
7 years ago |
FullTypeName.cs
|
…
|
|
GenericContext.cs
|
Fix some type system bugs.
|
7 years ago |
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
|
…
|
|
IField.cs
|
…
|
|
IFreezable.cs
|
…
|
|
IInterningProvider.cs
|
…
|
|
IMember.cs
|
…
|
|
IMethod.cs
|
…
|
|
INamedElement.cs
|
…
|
|
INamespace.cs
|
Rename IAssembly -> IModule.
|
7 years ago |
IParameter.cs
|
Refactor TS representation of ref / readonly structs. Add support for in parameters.
|
7 years ago |
IParameterizedMember.cs
|
…
|
|
IProperty.cs
|
…
|
|
ISupportsInterning.cs
|
…
|
|
ISymbol.cs
|
IModule should implement ISymbol.
|
7 years ago |
IType.cs
|
Introduce IType.IsByRefLike.
|
7 years ago |
ITypeDefinition.cs
|
Refactor TS representation of ref / readonly structs. Add support for in parameters.
|
7 years ago |
ITypeParameter.cs
|
…
|
|
ITypeReference.cs
|
Rename IAssembly -> IModule.
|
7 years ago |
IVariable.cs
|
Fix #1283: handle invalid metadata when decoding constants
|
7 years ago |
InheritanceHelper.cs
|
…
|
|
IntersectionType.cs
|
…
|
|
KnownTypeReference.cs
|
Add Span<T>, ReadOnlySpan<T> and Memory<T> to KnownTypeCode.
|
7 years ago |
MetadataModule.cs
|
Fix bug in MetadataModule.GetInternalsVisibleTo: should extract short asm name, like previous versions did.
|
7 years ago |
ModifiedType.cs
|
Fix #1237: ILLanguage incorrectly displays modopt types when using short type names
|
7 years ago |
NormalizeTypeVisitor.cs
|
Support short-circuiting operators with dynamic. (e.g. "if (x.A && x.B)" where "x" is dynamic)
|
7 years ago |
NullableType.cs
|
#1195: Fix several issues decompiling SharpSvn.dll (C++/CLI)
|
7 years ago |
ParameterListComparer.cs
|
…
|
|
ParameterizedType.cs
|
Introduce IType.IsByRefLike.
|
7 years ago |
PointerType.cs
|
…
|
|
ReferenceResolvingException.cs
|
…
|
|
ReflectionHelper.cs
|
Merge IDecompilerTypeSystem with ICompilation.
|
7 years ago |
ReflectionNameParseException.cs
|
…
|
|
SimpleTypeResolveContext.cs
|
Rename IAssembly -> IModule.
|
7 years ago |
SpecialType.cs
|
…
|
|
TaskType.cs
|
…
|
|
TopLevelTypeName.cs
|
…
|
|
TupleType.cs
|
Rename IAssembly -> IModule.
|
7 years ago |
TypeKind.cs
|
…
|
|
TypeParameterSubstitution.cs
|
Eliminate SpecializingDecompilerTypeSystem and use GenericContext instead.
|
7 years ago |
TypeProvider.cs
|
Rename IAssembly -> IModule.
|
7 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
|
…
|
|
VarArgInstanceMethod.cs
|
Rename IAssembly -> IModule.
|
7 years ago |