.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 13140f60be
Merge pull request #960 from icsharpcode/increment
8 years ago
..
OutputVisitor Fix off-by-one error in CSharpOutputVisitor's call chain handling. 8 years ago
Resolver Fix #955: Ambiguous decompilation of anonymous delegates 8 years ago
Syntax Fix end location of PrimitiveExpression 8 years ago
Transforms Fix #962: NullReferenceException when setting FullyQualifyAmbiguousTypeNames=false 8 years ago
TypeSystem Namespace adjustments for Syntax classes 9 years ago
Annotations.cs Improve SequencePointBuilder 8 years ago
CSharpDecompiler.cs Merge pull request #960 from icsharpcode/increment 8 years ago
CallBuilder.cs Convert TransformAssignment into a statement transform and add support for inline property assignments. 8 years ago
ExpressionBuilder.cs Merge pull request #960 from icsharpcode/increment 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 Remove unused RequiredGetCurrentTransformation.UninlineAndUseExistingVariable 8 years ago
TranslatedExpression.cs Fix #926: missing explicit casts for implicit operators 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