.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 3c720b2030 Implement ?. operator when the result of the call is not used 9 years ago
..
OutputVisitor Implement null propagation transform. 9 years ago
Resolver Add unit tests, directly use ILFunction instead of NewObj(ILFunction) for expression trees. 9 years ago
Syntax Implement null propagation transform. 9 years ago
Transforms Implement ?. operator when the result of the call is not used 9 years ago
TypeSystem Namespace adjustments for Syntax classes 10 years ago
Annotations.cs Improve SequencePointBuilder 9 years ago
CSharpDecompiler.cs Implement ?. operator when the result of the call is not used 9 years ago
CallBuilder.cs Implement null propagation transform. 9 years ago
ExpressionBuilder.cs Implement null propagation transform. 9 years ago
NRefactoryExtensions.cs Add BinaryOperatorType.IsBitwise extension. 9 years ago
SequencePointBuilder.cs SequencePointBuilder: add support for fixed-statement 9 years ago
StatementBuilder.cs Refactoring of ILFunction: allow Method and CecilMethod to be null for expression trees. 9 years ago
TranslatedExpression.cs Fix some bugs in decompilation of ?. operator. 9 years ago
TranslationContext.cs Namespace adjustments for Syntax classes 10 years ago
WholeProjectDecompiler.cs Fix #934: Project generation: absolute path used for AssemblyInfo.cs module 9 years ago