.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 cd212ea05f Pass the compilation to ILInstruction.CheckInvariant 3 weeks ago
..
AsyncAwaitDecompiler.cs Pass the compilation to ILInstruction.CheckInvariant 3 weeks ago
AwaitInCatchTransform.cs
AwaitInFinallyTransform.cs
ConditionDetection.cs
ControlFlowGraph.cs Add license headers to source files that lacked them 2 months ago
ControlFlowSimplification.cs Fix #1388, #1928: decompile await on dynamic expressions 2 months ago
DetectPinnedRegions.cs
ExitPoints.cs
LoopDetection.cs
RemoveRedundantReturn.cs
RuntimeAsyncExceptionRewriteTransform.cs
RuntimeAsyncManualAwaitTransform.cs Avoid `allowImplicitConversion: true` for `await` expressions -- there's no target type that the C# compiler could convert to. 4 weeks ago
StateRangeAnalysis.cs
SwitchAnalysis.cs Add license headers to source files that lacked them 2 months ago
SwitchDetection.cs
SymbolicExecution.cs
YieldReturnDecompiler.cs Pass the compilation to ILInstruction.CheckInvariant 3 weeks ago