.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 4afb7230f1 GenerateForeachVariableName: Use root ILFunction and descendants as context for variable naming in GenerateForeachVariableName; Fixes #957: Invalid foreach naming 9 years ago
..
AssignVariableNames.cs GenerateForeachVariableName: Use root ILFunction and descendants as context for variable naming in GenerateForeachVariableName; Fixes #957: Invalid foreach naming 9 years ago
BlockTransform.cs
CachedDelegateInitialization.cs
CopyPropagation.cs Improve RemoveDeadVariableInit and CopyPropagation 9 years ago
DelegateConstruction.cs Fix ILRange of ILFunction in DelegateConstruction 9 years ago
DetectCatchWhenConditionBlocks.cs
EarlyExpressionTransforms.cs Fix missing ILStackWasEmpty-flag on call after conversion to newobj 9 years ago
ExpressionTransforms.cs Fix short-circuiting operators when the rhs is a comparison with 0. 9 years ago
IILTransform.cs
ILInlining.cs Merge pull request #887 from icsharpcode/switch 9 years ago
InlineReturnTransform.cs
LockTransform.cs Improve SequencePointBuilder 9 years ago
LoopingTransform.cs
NullCoalescingTransform.cs
NullableLiftingTransform.cs
ProxyCallReplacer.cs
RemoveDeadVariableInit.cs Clean up RemoveDeadVariableInit 9 years ago
SplitVariables.cs
StatementTransform.cs
Stepper.cs
SwitchOnNullableTransform.cs SwitchOnNullableTransform: Fix another special case produced by the Roslyn compiler. 9 years ago
SwitchOnStringTransform.cs Code cleanup SwitchOnStringTransform. 9 years ago
TransformArrayInitializers.cs
TransformAssignment.cs
TransformCollectionAndObjectInitializers.cs Clean up and documentation 9 years ago
UsingTransform.cs Implement sequence points for using statement. 9 years ago