.NET Decompiler with support for PDB generation, ReadyToRun, Metadata (&more) - cross-platform!
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Daniel Grunwald afde03a04d Fix #1597: Incorrect handling of nullability annotations during generic type substitution. 6 years ago
..
Implementation Fix #1597: Incorrect handling of nullability annotations during generic type substitution. 6 years ago
Accessibility.cs
ApplyAttributeTypeVisitor.cs Upgrade C# 8.0 nullability support for Roslyn 3.2.0-beta4. 6 years ago
ArrayType.cs Add test for C# 8 nullable reference types; and fix some bugs. 6 years ago
AssemblyQualifiedTypeName.cs
ByReferenceType.cs
ComHelper.cs
DecompilerTypeSystem.cs Apply changes as requested per code review. 6 years ago
FullTypeName.cs
GenericContext.cs
IAssembly.cs
IAttribute.cs
ICodeContext.cs
ICompilation.cs
IDecompilerTypeSystem.cs
IEntity.cs
IEvent.cs
IField.cs
IFreezable.cs
IInterningProvider.cs
IMember.cs
IMethod.cs Refactor/Clean up local functions representation in type system. 6 years ago
INamedElement.cs
INamespace.cs
IParameter.cs Introduce ReferenceKind in IParameter and ByReferenceResolveResult. 6 years ago
IParameterizedMember.cs
IProperty.cs
ISupportsInterning.cs
ISymbol.cs
IType.cs First attempt at integrating C# nullable reference types into the type system. 6 years ago
ITypeDefinition.cs Upgrade C# 8.0 nullability support for Roslyn 3.2.0-beta4. 6 years ago
ITypeParameter.cs Fix a bunch of XmlDoc compiler warnings. 6 years ago
ITypeReference.cs
IVariable.cs Fix #1283: handle invalid metadata when decoding constants 7 years ago
InheritanceHelper.cs
IntersectionType.cs
KnownTypeReference.cs #1499, #1240: Translate pointer arithmetic on managed pointers (ref T) using the System.Runtime.CompilerServices.Unsafe intrinsics 6 years ago
MetadataModule.cs #1349: Fix type substitution for members of unknown generic types (due to unresolved references) 6 years ago
ModifiedType.cs First attempt at integrating C# nullable reference types into the type system. 6 years ago
NormalizeTypeVisitor.cs Upgrade C# 8.0 nullability support for Roslyn 3.2.0-beta4. 6 years ago
Nullability.cs First attempt at integrating C# nullable reference types into the type system. 6 years ago
NullableType.cs #1195: Fix several issues decompiling SharpSvn.dll (C++/CLI) 7 years ago
ParameterListComparer.cs Introduce ReferenceKind in IParameter and ByReferenceResolveResult. 6 years ago
ParameterizedType.cs Fix #1597: Incorrect handling of nullability annotations during generic type substitution. 6 years ago
PointerType.cs
ReferenceResolvingException.cs
ReflectionHelper.cs
ReflectionNameParseException.cs
SimpleTypeResolveContext.cs
SpecialType.cs Fix #1442: Allow "dynamic?" in the type system. 6 years ago
TaskType.cs
TopLevelTypeName.cs
TupleType.cs Improve decompiler behavior is System.ValueTuple exists in multiple referenced assemblies. 6 years ago
TypeKind.cs Fix a bunch of XmlDoc compiler warnings. 6 years ago
TypeParameterSubstitution.cs
TypeProvider.cs Fix #1570: Handle ReflectionNameParseException when decoding invalid attribute arguments 6 years ago
TypeSystemExtensions.cs Fix a bunch of XmlDoc compiler warnings. 6 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. 6 years ago
VarArgInstanceMethod.cs Apply changes as requested per code review. 6 years ago