.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 9fff0438c0 Fix #1675: Emit __ldftn/__ldvirtftn pseudo expressions, if delegate construction is not supported. 6 years ago
..
OutputVisitor Show attributes on type parameter constraints in C# decompilation. 6 years ago
Resolver Merge branch 'master' of https://github.com/icsharpcode/ILSpy into throwExpression 6 years ago
Syntax Fix #1659: Missing annotation on generic nullable reference types. 6 years ago
Transforms Fix #1681: Use discard assignment, if possible. 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 #1685: Add "Always show enum values" setting. 6 years ago
CSharpLanguageVersion.cs First attempt at integrating C# nullable reference types into the type system. 6 years ago
CallBuilder.cs Fix #1675: Emit __ldftn/__ldvirtftn pseudo expressions, if delegate construction is not supported. 6 years ago
ExpressionBuilder.cs Fix #1675: Emit __ldftn/__ldvirtftn pseudo expressions, if delegate construction is not supported. 6 years ago
RequiredNamespaceCollector.cs Include namespaces of all known types used by the decompiler in the required namespaces super-set. 6 years ago
SequencePointBuilder.cs Make ILRange field private - introduce public API for IL range manipulation. 6 years ago
StatementBuilder.cs Fix assertion with async lambdas; fix async local functions. 6 years ago
TranslatedExpression.cs Fix #1614: Don't suppress all casts to unknown types 6 years ago
TranslationContext.cs Namespace adjustments for Syntax classes 9 years ago
WholeProjectDecompiler.cs #1674: Add DebugInfoProvider to WholeProjectDecompiler API. 6 years ago