.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 113acd48c1 Improve decompiler behavior is System.ValueTuple exists in multiple referenced assemblies. 7 years ago
..
Implementation Fix [DecimalConstant] parameters 7 years ago
Accessibility.cs
ApplyAttributeTypeVisitor.cs Fix NRE in ApplyAttributeTypeVisitor.VisitTypeDefinition() 8 years ago
ArrayType.cs Avoid exceptions on IType->ArrayType or IType->ITypeParameter casts due to NullabilityAnnotatedType decorator. 7 years ago
AssemblyQualifiedTypeName.cs
ByReferenceType.cs
ComHelper.cs
DecompilerTypeSystem.cs Support "where T : unmanaged" constraints. 7 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
INamedElement.cs
INamespace.cs
IParameter.cs
IParameterizedMember.cs
IProperty.cs
ISupportsInterning.cs
ISymbol.cs
IType.cs First attempt at integrating C# nullable reference types into the type system. 8 years ago
ITypeDefinition.cs
ITypeParameter.cs Support "where T : unmanaged" constraints. 7 years ago
ITypeReference.cs
IVariable.cs Fix #1283: handle invalid metadata when decoding constants 8 years ago
InheritanceHelper.cs
IntersectionType.cs
KnownTypeReference.cs
MetadataModule.cs Support "where T : unmanaged" constraints. 7 years ago
ModifiedType.cs First attempt at integrating C# nullable reference types into the type system. 8 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. 8 years ago
NullableType.cs
ParameterListComparer.cs Add 'includeModifiers' option to ParameterListComparer. 7 years ago
ParameterizedType.cs First attempt at integrating C# nullable reference types into the type system. 8 years ago
PointerType.cs
ReferenceResolvingException.cs
ReflectionHelper.cs
ReflectionNameParseException.cs
SimpleTypeResolveContext.cs
SpecialType.cs
TaskType.cs
TopLevelTypeName.cs
TupleType.cs Improve decompiler behavior is System.ValueTuple exists in multiple referenced assemblies. 7 years ago
TypeKind.cs
TypeParameterSubstitution.cs
TypeProvider.cs
TypeSystemExtensions.cs
TypeUtils.cs
TypeVisitor.cs First attempt at integrating C# nullable reference types into the type system. 8 years ago
VarArgInstanceMethod.cs