.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 62ce7a7e46
Merge pull request #1654 from icsharpcode/fancy-tooltips
6 years ago
..
OutputVisitor Remove unused TSAB.AddTypeReferenceAnnotations 6 years ago
Resolver compilaton -> compilation 6 years ago
Syntax Merge pull request #1654 from icsharpcode/fancy-tooltips 6 years ago
Transforms Fix #1758: Input var name conflicting with framework class name 6 years ago
TypeSystem Rename IAssembly -> IModule. 7 years ago
Annotations.cs #1025: Extend GetSymbol(this AstNode) to support LdVirtDelegate 6 years ago
CSharpDecompiler.cs Fix #1758: Input var name conflicting with framework class name 6 years ago
CSharpLanguageVersion.cs First attempt at integrating C# nullable reference types into the type system. 7 years ago
CallBuilder.cs Fix #1741: Use __ld(virt)ftn(...) pattern for accessor method group references. 6 years ago
ExpressionBuilder.cs Transform post-increment on float/double. Fixes #1764 6 years ago
RequiredNamespaceCollector.cs Make sure mappingInfo is not null when passed to typedefs, methoddefs, properties and events. 6 years ago
SequencePointBuilder.cs Fix #1712: Invalid SequencePointsBlob when generating PDB: Filter duplicate IL range assignments. 6 years ago
StatementBuilder.cs The resource expression is always needed regardless of the setting. 6 years ago
TranslatedExpression.cs Fix #1747: Stack overflow when decompiling a `bool` -> `bool?` conversion. 6 years ago
TranslationContext.cs Namespace adjustments for Syntax classes 9 years ago
WholeProjectDecompiler.cs #1674: Add DebugInfoProvider to WholeProjectDecompiler API. 6 years ago