.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 016d9f8f4d Fix #1903: un-inline argument of unsupported `isinst` instructions. 5 years ago
..
OutputVisitor #2049: Delete old NRefactory node types that were never supported for output. 5 years ago
ProjectDecompiler Implement project writer for SDK style projects 5 years ago
Resolver Inline variable declarations/modernize parts of our code base. 5 years ago
Syntax #2049: Delete old NRefactory node types that were never supported for output. 5 years ago
Transforms Fix #1963: Support decompiling `calli` instructions into C# 9 function pointer syntax. 5 years ago
TypeSystem Fix CA1507:UseNameofInPlaceOfString, adjust formatting of some older source files copied from NRefactory. 6 years ago
Annotations.cs Inline variable declarations/modernize parts of our code base. 5 years ago
CSharpDecompiler.cs Fix #1903: un-inline argument of unsupported `isinst` instructions. 5 years ago
CSharpLanguageVersion.cs First attempt at integrating C# nullable reference types into the type system. 6 years ago
CallBuilder.cs Merge branch 'master' into fix-1981 5 years ago
ExpressionBuilder.cs Fix #1903: un-inline argument of unsupported `isinst` instructions. 5 years ago
RequiredNamespaceCollector.cs Make sure mappingInfo is not null when passed to typedefs, methoddefs, properties and events. 6 years ago
SequencePointBuilder.cs Fix #2010: NullReferenceException in SequencePointBuilder.VisitCatchClause() 5 years ago
StatementBuilder.cs Translate the initializer of a `fixed` statement as managed reference and only apply the ref-to-pointer conversion at the end. 5 years ago
TranslatedExpression.cs Use `Unsafe.AsPointer()` for `ConversionKind.StopGCTracking`. 5 years ago
TranslatedStatement.cs Add TranslatedStatement: require that C# statements must be annotated with their corresponding ILInstructions. 5 years ago
TranslationContext.cs