.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 d20c1969ed Merge branch 'master' of https://github.com/icsharpcode/ILSpy into srm 8 years ago
..
AsyncAwaitDecompiler.cs Avoid unnecessary allocations of MetadataReader and clean up Dom structs a bit. 8 years ago
AwaitInCatchTransform.cs Fix await in finally pattern with using statement. 8 years ago
ConditionDetection.cs Cosmetic changes during review of PR #1176 8 years ago
ControlFlowGraph.cs
ControlFlowSimplification.cs
DetectPinnedRegions.cs Fix #1078: Eliminate redundant variable in fixed statements. 8 years ago
ExitPoints.cs Fix #1140: Fix assertion when finally block unconditionally throws an exception. 8 years ago
LoopDetection.cs
StateRangeAnalysis.cs
SwitchAnalysis.cs
SwitchDetection.cs
SymbolicExecution.cs
YieldReturnDecompiler.cs Add MetadataMethod. 8 years ago