.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 d02fd09822 Explicitly create partitioners for `Parallel.ForEach` calls. 5 years ago
..
OutputVisitor Fix display of generic type parameters of local functions in tooltips 5 years ago
ProjectDecompiler Explicitly create partitioners for `Parallel.ForEach` calls. 5 years ago
Resolver Support unary operators on native integers. 5 years ago
Syntax Refactor LocalFunctionDeclarationStatement + LocalFunctionMethod 5 years ago
Transforms Refactor LocalFunctionDeclarationStatement + LocalFunctionMethod 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 Refactor LocalFunctionDeclarationStatement + LocalFunctionMethod 5 years ago
CSharpLanguageVersion.cs Add some tests for native integers. 5 years ago
CallBuilder.cs Refactor LocalFunctionDeclarationStatement + LocalFunctionMethod 5 years ago
ExpressionBuilder.cs Refactor LocalFunctionDeclarationStatement + LocalFunctionMethod 5 years ago
RequiredNamespaceCollector.cs RequiredNamespaceCollector: properly handle parts of methods 5 years ago
SequencePointBuilder.cs Fix #2010: NullReferenceException in SequencePointBuilder.VisitCatchClause() 5 years ago
StatementBuilder.cs Refactor LocalFunctionDeclarationStatement + LocalFunctionMethod 5 years ago
TranslatedExpression.cs Fix void*->IntPtr conversion in checked context. Also fix a stack overflow for certain forms of conversions involving `nint`. 5 years ago
TranslatedStatement.cs Add TranslatedStatement: require that C# statements must be annotated with their corresponding ILInstructions. 5 years ago
TranslationContext.cs Namespace adjustments for Syntax classes 9 years ago