.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 b108a30b71 Remove unused TSAB.AddTypeReferenceAnnotations 6 years ago
..
OutputVisitor Remove unused TSAB.AddTypeReferenceAnnotations 6 years ago
Resolver Merge branch 'master' of https://github.com/icsharpcode/ILSpy into throwExpression 6 years ago
Syntax Remove unused TSAB.AddTypeReferenceAnnotations 6 years ago
Transforms Fix #1699: Auto properties without getter are not properly decompiled 6 years ago
TypeSystem Rename IAssembly -> IModule. 7 years ago
Annotations.cs #1025: Extend GetSymbol(this AstNode) to support LdVirtDelegate 6 years ago
CSharpDecompiler.cs #1151: Support for ref readonly locals. 6 years ago
CSharpLanguageVersion.cs First attempt at integrating C# nullable reference types into the type system. 7 years ago
CallBuilder.cs #1675: Fix converting static method to method group 6 years ago
ExpressionBuilder.cs #1691: Further improvements for decompiling the new VS 2019.3 string concatenation IL pattern 6 years ago
RequiredNamespaceCollector.cs Include namespaces of all known types used by the decompiler in the required namespaces super-set. 6 years ago
SequencePointBuilder.cs Fix #1712: Invalid SequencePointsBlob when generating PDB: Filter duplicate IL range assignments. 6 years ago
StatementBuilder.cs Fix #1709: NullPropagationTransform.IsGetter on generic types 6 years ago
TranslatedExpression.cs Fix #1680: Invalid cast `(uint?)-1` 6 years ago
TranslationContext.cs
WholeProjectDecompiler.cs #1674: Add DebugInfoProvider to WholeProjectDecompiler API. 6 years ago