.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.
 
 
 
 
Siegfried Pammer 6c8a55a0af Fix #1467: Update WholeProjectDecompiler.GetPlatformName to match Language.GetPlatformDisplayName 6 years ago
..
OutputVisitor Add support for 'ref readonly' return type. 6 years ago
Resolver Add support for 'ref readonly' return type. 6 years ago
Syntax Add support for 'ref readonly' return type. 6 years ago
Transforms Fix #1454: Name collision after converting for-over-array to foreach. 6 years ago
TypeSystem Rename IAssembly -> IModule. 7 years ago
Annotations.cs Add missing documentation to Annotations.cs. 6 years ago
CSharpDecompiler.cs Add missing documentation in CSharpDecompiler. 6 years ago
CSharpLanguageVersion.cs First attempt at integrating C# nullable reference types into the type system. 6 years ago
CallBuilder.cs Fix #617: Incorrect C# translation when `callvirt` is used to invoke base constructor 6 years ago
ExpressionBuilder.cs Fix #1447: Assertion on `numeric.compound.add.old(..., ldc.i8 1)` 6 years ago
RequiredNamespaceCollector.cs Fix #1329: AssertionFailedException: Should not insert using declaration for namespace that is missing from the superset: System.Windows.Markup 7 years ago
SequencePointBuilder.cs Make ILRange field private - introduce public API for IL range manipulation. 6 years ago
StatementBuilder.cs Expose IMethod.AccessorKind. This makes it easier to determine if a method is a setter, particular in generic classes where "m.AccessorOwner?.Setter == m" ended up being wrong. 6 years ago
TranslatedExpression.cs Improve decompiler behavior is System.ValueTuple exists in multiple referenced assemblies. 6 years ago
TranslationContext.cs Namespace adjustments for Syntax classes 9 years ago
WholeProjectDecompiler.cs Fix #1467: Update WholeProjectDecompiler.GetPlatformName to match Language.GetPlatformDisplayName 6 years ago