.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 6b195b870b Partially rewrite RequiredNamespaceCollector 7 years ago
..
OutputVisitor Reduced allocations 7 years ago
Resolver Merge branch 'master' of github.com:icsharpcode/ILSpy into srm 7 years ago
Syntax Optimize IsSpecialConstant: directly use ConstantResolveResult instead of resolving the expression representing +Infty, -Infty and NaN of float and double. 7 years ago
Transforms Partially port transforms 7 years ago
TypeSystem Remove more dead TypeSystem code: ISymbolReference 7 years ago
Annotations.cs Use out variable declarations where possible. 7 years ago
AstTypeBuilder.cs Add back CSharpLanguage and ILAstLanguage 7 years ago
CSharpDecompiler.cs Partially rewrite RequiredNamespaceCollector 7 years ago
CSharpLanguageVersion.cs Add DecompilerSettings constructor that takes a language version. 7 years ago
CallBuilder.cs Fix TypeSystemLoaderTests 7 years ago
ExpressionBuilder.cs Fix some bugs introduced by nested type lazy-loading. 7 years ago
NRefactoryExtensions.cs Add BinaryOperatorType.IsBitwise extension. 8 years ago
RequiredNamespaceCollector.cs Partially rewrite RequiredNamespaceCollector 7 years ago
SequencePointBuilder.cs Port ILFunction and SequencePointBuilder 7 years ago
StatementBuilder.cs Fix #1093: Remove usage of type or this qualifiers, when possible. 7 years ago
TranslatedExpression.cs Do never add casts to 'void'. 7 years ago
TranslationContext.cs
WholeProjectDecompiler.cs Port WholeProjectDecompiler 7 years ago