.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.
 
 
 
 
Daniel Grunwald 4580eab7ab Disable ref inline assignments. 8 years ago
..
AssignVariableNames.cs AssignVariableNames: unwrap modified / pinned types to ensure variables get nice names. 8 years ago
BlockTransform.cs
CachedDelegateInitialization.cs Introduce named arguments only in the statement transform. 8 years ago
CopyPropagation.cs Introduce named arguments only in the statement transform. 8 years ago
DelegateConstruction.cs Cleanup 8 years ago
DetectCatchWhenConditionBlocks.cs Add comments for clarification. 9 years ago
DynamicCallSiteTransform.cs Use ArgumentOutOfRangeException or BadImageFormatException in switch-default sections. 8 years ago
EarlyExpressionTransforms.cs Fix missing ILStackWasEmpty-flag on call after conversion to newobj 9 years ago
ExpressionTransforms.cs Cosmetic changes during review of PR #1176 8 years ago
HighLevelLoopTransform.cs Cosmetic changes during review of PR #1176 8 years ago
IILTransform.cs Clean up PEFile, move Pdb related types to DebugInfo namespace 8 years ago
ILInlining.cs Merge pull request #1165 from icsharpcode/dynamic 8 years ago
InlineReturnTransform.cs
IntroduceDynamicTypeOnLocals.cs Fix bug in IntroduceDynamicTypeOnLocals 8 years ago
LockTransform.cs Fix #1060: Enter/Exit V2 variation failing to convert to lock() 8 years ago
LoopingTransform.cs
NamedArgumentTransform.cs Move named arguments to its own transform. 8 years ago
NullCoalescingTransform.cs Introduce named arguments only in the statement transform. 8 years ago
NullPropagationTransform.cs Fix translation of generic and extension 'Add' methods in collection initializers. 8 years ago
NullableLiftingTransform.cs Fix some bugs in decompilation of ?. operator. 8 years ago
ProxyCallReplacer.cs Clean up PEFile, move Pdb related types to DebugInfo namespace 8 years ago
RemoveDeadVariableInit.cs Add delayed type inference step for stack slots (in RemoveDeadVariableInit). 8 years ago
SplitVariables.cs Allow splitting a variable even if it has its address taken and stored in a ref-local. 8 years ago
StatementTransform.cs
Stepper.cs
SwitchOnNullableTransform.cs SwitchOnNullableTransform: Fix another special case produced by the Roslyn compiler. 9 years ago
SwitchOnStringTransform.cs Fix bug in SwitchOnStringTransform.SimplifyCascadingIfStatements: Do not eliminate unrelated stores right before the start of the switch. 8 years ago
TransformArrayInitializers.cs Fix build. 8 years ago
TransformAssignment.cs Disable ref inline assignments. 8 years ago
TransformCollectionAndObjectInitializers.cs Fix compile errors after merge. 8 years ago
TransformExpressionTrees.cs TransformExpressionTrees: Fix bug in Expression.Quote handling 8 years ago
TupleTransform.cs Add support for C# 7 tuple types: 8 years ago
UsingTransform.cs Fix MatchDisposeCheck 8 years ago