.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 75a627d40b Don't use compound assignment when the RHS value does not fit into the LHS type. 7 years ago
..
OutputVisitor Reduced allocations 7 years ago
Resolver Remove more dead TypeSystem code: ISymbolReference 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 Don't use compound assignment when the RHS value does not fit into the LHS type. 7 years ago
TypeSystem Remove more dead TypeSystem code: ISymbolReference 7 years ago
Annotations.cs Use out variable declarations where possible. 7 years ago
CSharpDecompiler.cs #1088: Add workaround for exception from Cecil 7 years ago
CSharpLanguageVersion.cs Add DecompilerSettings constructor that takes a language version. 7 years ago
CallBuilder.cs Merge branch '3.1.x' 7 years ago
ExpressionBuilder.cs Include "base." qualifier as needed (fixes #1123) 7 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 #1093: Remove usage of type or this qualifiers, when possible. 7 years ago
TranslatedExpression.cs Avoid redundant explicit boxing casts 7 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