.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 9358ea6d73 Fix ReadCodeMappingInfo for delegates that are embedded in the declaring type, not a nested type. 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 #545: Add hyperlink to ctor method on parentheses in attributes 6 years ago
Transforms FlattenSwitchBlocks: include local function and out var declarations in the list of exceptions. 6 years ago
TypeSystem
Annotations.cs #1025: Fix method groups not being clickable. 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
CallBuilder.cs #1349: Fix exception in HandleDelegateConstruction, if the target of NewObj is not a delegate. 6 years ago
ExpressionBuilder.cs Merge pull request #1600 from icsharpcode/throwExpression 6 years ago
RequiredNamespaceCollector.cs
SequencePointBuilder.cs
StatementBuilder.cs
TranslatedExpression.cs Add comments about expected result after a ConvertTo() call. 6 years ago
TranslationContext.cs
WholeProjectDecompiler.cs