.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 ab4e05f783 Don't perform DetectCatchWhenConditionBlocks transform when catchBlock.Variable.Type setter would throw an exception due to differing stack types. 6 years ago
..
AbstractFreezable.cs Namespace adjustments for Syntax classes 9 years ago
AbstractType.cs First attempt at integrating C# nullable reference types into the type system. 6 years ago
AbstractTypeParameter.cs Support "where T : unmanaged" constraints. 6 years ago
AttributeListBuilder.cs Fix #1488: Ignore errors while decoding security declarations. 6 years ago
BaseTypeCollector.cs Adjust namespaces 9 years ago
CustomAttribute.cs Fix #1368: Ignore errors while decoding attribute blobs. 7 years ago
DecimalConstantHelper.cs Fixed bug with decimal optional parameters not being resolved correctly. 7 years ago
DecoratedType.cs First attempt at integrating C# nullable reference types into the type system. 6 years ago
DefaultAssemblyReference.cs Rename IAssembly -> IModule. 7 years ago
DefaultAttribute.cs Fix NullReferenceException in TypeSystemAstBuilder when attribute argument decoding fails. 7 years ago
DefaultParameter.cs Fix #1283: handle invalid metadata when decoding constants 7 years ago
DefaultTypeParameter.cs Support "where T : unmanaged" constraints. 6 years ago
DefaultVariable.cs Fix #1283: handle invalid metadata when decoding constants 7 years ago
DummyTypeParameter.cs Fix #1442: Allow "dynamic?" in the type system. 6 years ago
FakeMember.cs Add support for 'ref readonly' return type. 6 years ago
GetClassTypeReference.cs Rename IAssembly -> IModule. 7 years ago
GetMembersHelper.cs Use resolved TS in member filter predicates. 7 years ago
KnownAttributes.cs Support "where T : unmanaged" constraints. 6 years ago
KnownTypeCache.cs Rename IAssembly -> IModule. 7 years ago
MergedNamespace.cs Rename IAssembly -> IModule. 7 years ago
MetadataEvent.cs Support "where T : unmanaged" constraints. 6 years ago
MetadataField.cs Fix #1529: Handle exceptions on invalid metadata signatures 6 years ago
MetadataMethod.cs Fix #1529: Handle exceptions on invalid metadata signatures 6 years ago
MetadataNamespace.cs Rename IAssembly -> IModule. 7 years ago
MetadataParameter.cs #1499, #1240: Translate pointer arithmetic on managed pointers (ref T) using the System.Runtime.CompilerServices.Unsafe intrinsics 6 years ago
MetadataProperty.cs Fix #1529: Handle exceptions on invalid metadata signatures 6 years ago
MetadataTypeDefinition.cs Support "where T : unmanaged" constraints. 6 years ago
MetadataTypeParameter.cs Support "where T : unmanaged" constraints. 6 years ago
MinimalCorlib.cs Don't perform DetectCatchWhenConditionBlocks transform when catchBlock.Variable.Type setter would throw an exception due to differing stack types. 6 years ago
NestedTypeReference.cs Remove more dead TypeSystem code: ISymbolReference 7 years ago
NullabilityAnnotatedType.cs Fix #1442: Allow "dynamic?" in the type system. 6 years ago
PinnedType.cs Merge branch 'split-variables' 7 years ago
SimpleCompilation.cs Merge IDecompilerTypeSystem with ICompilation. 7 years ago
SpecializedEvent.cs Implement MetadataEvent and re-work the representation of attribute arguments. 7 years ago
SpecializedField.cs Fix #1283: handle invalid metadata when decoding constants 7 years ago
SpecializedMember.cs Rename IAssembly -> IModule. 7 years ago
SpecializedMethod.cs Add support for 'ref readonly' return type. 6 years ago
SpecializedParameter.cs Fix #1283: handle invalid metadata when decoding constants 7 years ago
SpecializedProperty.cs Add MetadataProperty. 7 years ago
ThreeState.cs Fixed thread safety issues as per code review comments. 7 years ago
TypeParameterReference.cs Remove more dead TypeSystem code: ISymbolReference 7 years ago
TypeWithElementType.cs Remove unused usings in solution; remove dead code; unify namespaces 9 years ago
UnknownType.cs Removed unused TS code: IType.ToTypeReference() 7 years ago