.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 796612209d Fix #1147: Use C# 7.3 syntax for ref reassignment. 7 years ago
..
OutputVisitor Fix #1184: Assertion Failed in InsertMissingTokensDecorator.EndNode 7 years ago
Resolver LookupIndexers should ignore explicit interface implementations. 7 years ago
Syntax Reorganize extension methods + remove unused/obsolete. 7 years ago
Transforms Fix #1147: Use C# 7.3 syntax for ref reassignment. 7 years ago
TypeSystem Started work on new resolved TS implementation that directly uses SRM. 7 years ago
Annotations.cs Reorganize extension methods + remove unused/obsolete. 7 years ago
CSharpDecompiler.cs CSharpDecompiler.GetCodeMappingInfo: Add support for async and yield fsms. 7 years ago
CSharpLanguageVersion.cs Add C# 7.3 to language version dropdown. 7 years ago
CallBuilder.cs Fix #1201: Still getting error: "System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection." 7 years ago
ExpressionBuilder.cs Fix #1147: Use C# 7.3 syntax for ref reassignment. 7 years ago
RequiredNamespaceCollector.cs Move CodeMappingInfo to Decompiler. 7 years ago
SequencePointBuilder.cs Clean up PEFile, move Pdb related types to DebugInfo namespace 7 years ago
StatementBuilder.cs Fix #1147: Use C# 7.3 syntax for ref reassignment. 7 years ago
TranslatedExpression.cs Use target typing for tuples, where possible. 7 years ago
TranslationContext.cs
WholeProjectDecompiler.cs Fix missing AssemblyResolver in ILSpyWholeProjectDecompiler. 7 years ago