.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 794be9a5b4 Fix SequencePointBuilder.VisitCatchClause: do not create a sequence point from the catch-token to the closing brace. 6 years ago
..
OutputVisitor Fix tokens used for catch-when clause. 6 years ago
Resolver Fix CA1507:UseNameofInPlaceOfString, adjust formatting of some older source files copied from NRefactory. 7 years ago
Syntax Fix tokens used for catch-when clause. 6 years ago
Transforms Fix #1482: SequencePointBuilder fails with an assertion when trying to create sequence points for LINQ expressions 6 years ago
TypeSystem Fix CA1507:UseNameofInPlaceOfString, adjust formatting of some older source files copied from NRefactory. 7 years ago
Annotations.cs Fix #1482: SequencePointBuilder fails with an assertion when trying to create sequence points for LINQ expressions 6 years ago
CSharpDecompiler.cs Fix #1959: Resolve the "F(G<A,B>(7));" grammar ambiguity by inserting parentheses when necessary. 6 years ago
CSharpLanguageVersion.cs First attempt at integrating C# nullable reference types into the type system. 7 years ago
CallBuilder.cs Code review: 6 years ago
ExpressionBuilder.cs Merge pull request #1937 from icsharpcode/pdbgen-enhancements 6 years ago
RequiredNamespaceCollector.cs Make sure mappingInfo is not null when passed to typedefs, methoddefs, properties and events. 7 years ago
SequencePointBuilder.cs Fix SequencePointBuilder.VisitCatchClause: do not create a sequence point from the catch-token to the closing brace. 6 years ago
StatementBuilder.cs Add TryCatchHandler annotation to CatchClause 6 years ago
TranslatedExpression.cs Fix #1924: preserve hexadecimal format when converting literal to wider type 6 years ago
TranslatedStatement.cs Add TranslatedStatement: require that C# statements must be annotated with their corresponding ILInstructions. 6 years ago
TranslationContext.cs Namespace adjustments for Syntax classes 9 years ago
WholeProjectDecompiler.cs Fix #1958: Emit ProjectTypeGuids when generating .csproj 6 years ago