.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 56c90bf119 Fix output of generic parameters in AstTypeBuilder and CSharpLanguage.TypeDefinitionToString 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 Comment dead code 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 Fix output of generic parameters in AstTypeBuilder and CSharpLanguage.TypeDefinitionToString 7 years ago
CSharpDecompiler.cs Migrate AsyncAwaitDecompiler and YieldReturnDecompiler to SRM. 7 years ago
CSharpLanguageVersion.cs Add DecompilerSettings constructor that takes a language version. 7 years ago
CallBuilder.cs Merge branch 'master' of https://github.com/icsharpcode/ILSpy into srm 7 years ago
ExpressionBuilder.cs Include "base." qualifier as needed (fixes #1123) 7 years ago
NRefactoryExtensions.cs Add BinaryOperatorType.IsBitwise extension. 8 years ago
RequiredNamespaceCollector.cs RequiredNamespaceCollector: Fix missing imports on generic parameters. 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 Namespace adjustments for Syntax classes 9 years ago
WholeProjectDecompiler.cs Fix bug in WholeProjectDecompiler 7 years ago