.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 0c9ff4667c Fix #1441: Decompose flags enum values starting from the value with the highest Hamming Weight (popcount). 5 years ago
..
OutputVisitor Add basic support for C# 8.0 enhanced using statements. 5 years ago
ProjectDecompiler Explicitly create partitioners for `Parallel.ForEach` calls. 6 years ago
Resolver Fix build. 5 years ago
Syntax Fix #1441: Decompose flags enum values starting from the value with the highest Hamming Weight (popcount). 5 years ago
Transforms Add basic support for C# 8.0 enhanced using statements. 5 years ago
TypeSystem Fix CA1507:UseNameofInPlaceOfString, adjust formatting of some older source files copied from NRefactory. 6 years ago
Annotations.cs Inline variable declarations/modernize parts of our code base. 6 years ago
CSharpDecompiler.cs Merge branch 'master' of https://github.com/icsharpcode/ILSpy into deconstruction-pattern-matching-foundation 5 years ago
CSharpLanguageVersion.cs Add some tests for native integers. 6 years ago
CallBuilder.cs Add option to always qualify member references 5 years ago
ExpressionBuilder.cs Fix #2120: An expression tree may not contain a base access 5 years ago
RequiredNamespaceCollector.cs RequiredNamespaceCollector: properly handle parts of methods 6 years ago
SequencePointBuilder.cs Refactor ForeachStatement to support deconstruction 5 years ago
StatementBuilder.cs Add support for C# 8.0 await foreach 5 years ago
TranslatedExpression.cs Fix void*->IntPtr conversion in checked context. Also fix a stack overflow for certain forms of conversions involving `nint`. 6 years ago
TranslatedStatement.cs Add TranslatedStatement: require that C# statements must be annotated with their corresponding ILInstructions. 6 years ago
TranslationContext.cs Namespace adjustments for Syntax classes 9 years ago