.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 c5d3218834 TransformCollectionAndObjectInitializers: Do not transform display class usages 9 years ago
..
BlockTransform.cs Improve debug UI 9 years ago
CachedDelegateInitialization.cs CachedDelegateInitialization: extend Roslyn pattern for non-static context 9 years ago
CopyPropagation.cs Remove useless stack variables. 9 years ago
DelegateConstruction.cs TransformCollectionAndObjectInitializers: Do not transform display class usages 9 years ago
ExpressionTransforms.cs Try to get rid of some more gotos. 9 years ago
IILTransform.cs Namespace adjustments for Syntax classes 9 years ago
ILInlining.cs Remove useless stack variables. 9 years ago
LoopingTransform.cs Fix detection of do-while and for loops. 9 years ago
NullCoalescingTransform.cs Fix use of Clone in NullCoalescingTransform 9 years ago
RemoveDeadVariableInit.cs Add support for value types (DefaultValue) to RemoveDeadVariableInit 9 years ago
SplitVariables.cs Check the CancellationToken a bit more frequently. 9 years ago
Stepper.cs Run IntroduceExitPoints before loop detection, and let loop detection introduce its own exit points. 9 years ago
TransformArrayInitializers.cs First implementation of TransformCollectionAndObjectInitializers 9 years ago
TransformAssignment.cs Namespace adjustments for Syntax classes 9 years ago
TransformCollectionAndObjectInitializers.cs TransformCollectionAndObjectInitializers: Do not transform display class usages 9 years ago