.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.
 
 
 
 
mohe2015 ccdeded6ba Fix failed decompilation of catch-when if the method is async. 8 years ago
..
AssignVariableNames.cs Use Humanizer in GenerateForeachVariableName 8 years ago
BlockTransform.cs Replace LoopingBlockTransform with StatementTransform. 8 years ago
CachedDelegateInitialization.cs Replace LoopingBlockTransform with StatementTransform. 8 years ago
CopyPropagation.cs Fix failed decompilation of catch-when if the method is async. 8 years ago
DelegateConstruction.cs Replace LoopingBlockTransform with StatementTransform. 8 years ago
DetectCatchWhenConditionBlocks.cs Implement catch-when and remove local copy of exception slot. 8 years ago
ExpressionTransforms.cs Replace LoopingBlockTransform with StatementTransform. 8 years ago
IILTransform.cs Replace LoopingBlockTransform with StatementTransform. 8 years ago
ILInlining.cs Allow inlining into object/collection initializers. 8 years ago
LockTransform.cs Add Patterns correctness tests; add missing file headers 8 years ago
LoopingTransform.cs Restore P/Invoke test. 8 years ago
NullCoalescingTransform.cs Replace LoopingBlockTransform with StatementTransform. 8 years ago
NullableLiftingTransform.cs Fix #880: NullReferenceException in NullableLiftingTransform. 8 years ago
RemoveDeadVariableInit.cs [async] Decompile await operator. 8 years ago
SplitVariables.cs Fix NullReferenceException in SplitVariables.AddressUsedOnlyForReading 8 years ago
StatementTransform.cs Fix performance issue due to aggressive debug checks that was causing AppVeyor to time-out. 8 years ago
Stepper.cs Run IntroduceExitPoints before loop detection, and let loop detection introduce its own exit points. 9 years ago
TransformArrayInitializers.cs Replace LoopingBlockTransform with StatementTransform. 8 years ago
TransformAssignment.cs Fix #882: Invalid assignment code after decompiling 8 years ago
TransformCollectionAndObjectInitializers.cs Replace LoopingBlockTransform with StatementTransform. 8 years ago
UsingTransform.cs Add special case for non-generic foreach and add more tests. 8 years ago