.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 6584a2f576 Performance Optimization: Do no longer collect all lower case type and member names. 4 years ago
..
OutputVisitor Add support for C# 11 scoped parameter modifier. 4 years ago
ProjectDecompiler Fix #2718, Fix #2719, Fix #2725: Remove WPF compiler-generated code. 4 years ago
Resolver Fix #2714: Force inlining of call targets in ctor initializers. 4 years ago
Syntax Add support for C# 11 scoped parameter modifier. 4 years ago
Transforms Performance Optimization: Do no longer collect all lower case type and member names. 4 years ago
TypeSystem #2128: Reformat the whole code base. 5 years ago
Annotations.cs Fix #2140: ILSpy 6.2p1 no longer respects "use discards" setting 5 years ago
CSharpDecompiler.cs Fix #2718, Fix #2719, Fix #2725: Remove WPF compiler-generated code. 4 years ago
CSharpLanguageVersion.cs Add test for C# 11 generic attribute 4 years ago
CallBuilder.cs Merge pull request #2743 from icsharpcode/string-interpolation-blocks 4 years ago
ExpressionBuilder.cs Add support for ref fields. 4 years ago
RecordDecompiler.cs Update RecordDecompiler for Roslyn 4.3.0. 4 years ago
RequiredNamespaceCollector.cs Fix crash when IL byte code unexpectedly ends in the middle of an operand. 4 years ago
SequencePointBuilder.cs Exclude artificial ILInstructions from PDB generation 5 years ago
StatementBuilder.cs Add support for ref fields. 4 years ago
TranslatedExpression.cs Ignore nullability annotations when comparing types in the case of implicit conversions. 4 years ago
TranslatedStatement.cs #2128: Reformat the whole code base. 5 years ago
TranslationContext.cs