.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.
 
 
 
 
Daniel Grunwald 56806d4620
Merge pull request #1087 from pentp/perf
8 years ago
..
OutputVisitor Reduced allocations 8 years ago
Resolver Fix NullReferenceException in OverloadResolution with parameterized UnknownType. 8 years ago
Syntax Reduced allocations 8 years ago
Transforms Cache UsingScope during decompiler run. 8 years ago
TypeSystem Remove some dead code in the type system. 8 years ago
Annotations.cs Use out variable declarations where possible. 8 years ago
CSharpDecompiler.cs Rewrite CollectNamespacesForDecompilation: fixes stack overflows 8 years ago
CSharpLanguageVersion.cs Add DecompilerSettings constructor that takes a language version. 8 years ago
CallBuilder.cs #1055: Use more type hints in ExpressionBuilder. 8 years ago
ExpressionBuilder.cs Fix #1021: Compound assignments on pointer types. 8 years ago
NRefactoryExtensions.cs Add BinaryOperatorType.IsBitwise extension. 8 years ago
SequencePointBuilder.cs SequencePointBuilder: add support for fixed-statement 8 years ago
StatementBuilder.cs Fix #1075: NullReferenceException in StatementBuilder.TranslateSwitch 8 years ago
TranslatedExpression.cs Fix some bugs in decompilation of ?. operator. 8 years ago
TranslationContext.cs Namespace adjustments for Syntax classes 9 years ago
WholeProjectDecompiler.cs Fix #934: Project generation: absolute path used for AssemblyInfo.cs module 8 years ago