.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.
 
 
 
 
Daniel Grunwald f5409ebe31 Fix re-pinning getting confused about which variant of the pinned local to use when the new re-pinned reference depends on the old pinned reference. 5 years ago
..
AsyncAwaitDecompiler.cs Don't require a definition for the task builder type, also accept an UnknownType. 5 years ago
AwaitInCatchTransform.cs Fix #1896: Remove unreachable blocks 5 years ago
AwaitInFinallyTransform.cs split out AwaitInFinallyTransform.cs from AwaitInCatchTransform.cs 6 years ago
ConditionDetection.cs Revert the InvertIf change; it causes too many issues for the following transforms. 5 years ago
ControlFlowGraph.cs Merge Return instruction into Leave. 8 years ago
ControlFlowSimplification.cs Add some missing checks to MatchRoslynSwitchOnString 5 years ago
DetectPinnedRegions.cs Fix re-pinning getting confused about which variant of the pinned local to use when the new re-pinned reference depends on the old pinned reference. 5 years ago
ExitPoints.cs Make ILRange field private - introduce public API for IL range manipulation. 6 years ago
LoopDetection.cs Remove outdated comment. The `PickExitPoint` heuristic is no longer using "amount of code" but the IL block order. 5 years ago
StateRangeAnalysis.cs Simplify use of SwitchInstruction in ILAst 8 years ago
SwitchAnalysis.cs Fix #1621: Add AllowUnreachableCases in switch analysis. 6 years ago
SwitchDetection.cs #2058: Mark most transforms as public to help users that use the ILAst directly without decompiling to C#. 5 years ago
SymbolicExecution.cs Eliminate the dedicated logic.not instruction, and treat it as syntax sugar similar to logic.and/logic.or. 8 years ago
YieldReturnDecompiler.cs #2058: Mark most transforms as public to help users that use the ILAst directly without decompiling to C#. 5 years ago