.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.
 
 
 
Eusebiu Marcu d0827ae8c3 Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger 16 years ago
..
Transforms Replace 'i += 1' with 'i++'. Closes #33. 16 years ago
AstBuilder.cs Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger 16 years ago
AstMethodBodyBuilder.cs Add support for multidimensional arrays. 16 years ago
CSharpCodeMapping.cs Use ConcurrentDictionary 16 years ago
CommentStatement.cs Implement pattern matching for statements. 16 years ago
DeclareVariableInSmallestScope.cs Preserve annotations when declaring local variables. 16 years ago
DecompilerContext.cs Implemented removal of closures ("display class" introduced by C# compiler for anonymous methods) 16 years ago
NRefactoryExtensions.cs Replace 'i += 1' with 'i++'. Closes #33. 16 years ago
NameVariables.cs Pass field names through CleanUpVariableName before using them as variable names. 16 years ago
TextOutputFormatter.cs CSharp Code mappings and stepping 16 years ago