.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 e1bc205d3a Add support for strong-name keys in WholeProjectDecompiler and RoundtripAssembly tests. 6 years ago
..
OutputVisitor Basic test for ref reassignment. 6 years ago
Resolver Merge branch 'master' of https://github.com/icsharpcode/ILSpy into throwExpression 6 years ago
Syntax Fix #1618: Unwrap in-arguments, when converting method calls to operators. 6 years ago
Transforms Fix #1618: Unwrap in-arguments, when converting method calls to operators. 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 ReadCodeMappingInfo for delegates that are embedded in the declaring type, not a nested type. 6 years ago
CSharpLanguageVersion.cs First attempt at integrating C# nullable reference types into the type system. 6 years ago
CallBuilder.cs Merge pull request #1608 from icsharpcode/ldvirtdelegate 6 years ago
ExpressionBuilder.cs Merge pull request #1608 from icsharpcode/ldvirtdelegate 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 Add comments about expected result after a ConvertTo() call. 6 years ago
TranslationContext.cs Namespace adjustments for Syntax classes 9 years ago
WholeProjectDecompiler.cs Add support for strong-name keys in WholeProjectDecompiler and RoundtripAssembly tests. 6 years ago