.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 99fc57c6be CachedDelegateInitialization: Do not lose IL range by creating a new store instruction, reuse existing instruction instead. 8 years ago
..
AssignVariableNames.cs
BlockTransform.cs
CachedDelegateInitialization.cs CachedDelegateInitialization: Do not lose IL range by creating a new store instruction, reuse existing instruction instead. 8 years ago
CopyPropagation.cs
DelegateConstruction.cs
DetectCatchWhenConditionBlocks.cs
DynamicCallSiteTransform.cs Fix #1336: multi-dimensional array initializers with custom objects not detected. 8 years ago
EarlyExpressionTransforms.cs
ExpressionTransforms.cs
HighLevelLoopTransform.cs
IILTransform.cs
ILInlining.cs #1336: Add limit in HandleSimpleArrayInitializer. 8 years ago
InlineReturnTransform.cs
IntroduceDynamicTypeOnLocals.cs
LocalFunctionDecompiler.cs Fix #1340: Update local function check to match latest version of Roslyn. 8 years ago
LockTransform.cs
LoopingTransform.cs
NamedArgumentTransform.cs
NullCoalescingTransform.cs Fix #750: Missing recognizer for ?? when rhs is an assignment expression 8 years ago
NullPropagationTransform.cs
NullableLiftingTransform.cs
ProxyCallReplacer.cs
ReduceNestingTransform.cs
RemoveDeadVariableInit.cs
SplitVariables.cs
StatementTransform.cs
Stepper.cs
SwitchOnNullableTransform.cs
SwitchOnStringTransform.cs
TransformArrayInitializers.cs Improve TransformArrayInitializers: allow default entries at the end of a dimension > 0. 8 years ago
TransformAssignment.cs Fix #1325: Do not perform inline assignment transform on setter calls, that belong to parameterized properties. 8 years ago
TransformCollectionAndObjectInitializers.cs Fix small regression in initializer tests. 8 years ago
TransformExpressionTrees.cs Fix #1356: ExpressionTrees: ref parameter usage not transformed correctly. 8 years ago
TupleTransform.cs
UserDefinedLogicTransform.cs
UsingTransform.cs Extend UsingTransform.CheckResourceType to support non-generic System.Collections.IDictionaryEnumerator. 8 years ago