.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 4e8ebbf7f4 Fix #1189: Avoid crashing on invalid IL bytes. 7 years ago
..
CSharpAmbience.cs Remove a bunch of obsolete NRefactory code. 8 years ago
CSharpFormattingOptions.cs Add extra "advanced settings" only visible in debug builds, to make debugging special settings easier. 7 years ago
CSharpOutputVisitor.cs Fix NullReferenceException in TypeSystemAstBuilder when attribute argument decoding fails. 7 years ago
FormattingOptionsFactory.cs Adjust namespaces 9 years ago
ITokenWriter.cs Fix #1045: Duplicate visitors in CSharpOutputVisitor 7 years ago
InsertMissingTokensDecorator.cs Fix #1189: Avoid crashing on invalid IL bytes. 7 years ago
InsertParenthesesVisitor.cs Merge branch 'master' of https://github.com/icsharpcode/ILSpy into dynamic 7 years ago
InsertRequiredSpacesDecorator.cs Fix bug in InsertRequiredSpacesDecorator: missing space before literals in some cases. 8 years ago
InsertSpecialsDecorator.cs Fix folding for comments. No foldings were added for comments inside of types. 8 years ago
TextWriterTokenWriter.cs Reduced allocations 7 years ago