.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 1f3916d554 Use the resolve methods in MetadataModule, and remove the wrappers in DecompilerTypeSystem. 7 years ago
..
AssignVariableNames.cs AssignVariableNames: unwrap modified / pinned types to ensure variables get nice names. 7 years ago
BlockTransform.cs
CachedDelegateInitialization.cs Introduce named arguments only in the statement transform. 7 years ago
CopyPropagation.cs Introduce named arguments only in the statement transform. 7 years ago
DelegateConstruction.cs Use the resolve methods in MetadataModule, and remove the wrappers in DecompilerTypeSystem. 7 years ago
DetectCatchWhenConditionBlocks.cs
DynamicCallSiteTransform.cs Use ArgumentOutOfRangeException or BadImageFormatException in switch-default sections. 7 years ago
EarlyExpressionTransforms.cs
ExpressionTransforms.cs Cosmetic changes during review of PR #1176 7 years ago
HighLevelLoopTransform.cs Cosmetic changes during review of PR #1176 7 years ago
IILTransform.cs Use the resolve methods in MetadataModule, and remove the wrappers in DecompilerTypeSystem. 7 years ago
ILInlining.cs Merge pull request #1165 from icsharpcode/dynamic 7 years ago
InlineReturnTransform.cs
IntroduceDynamicTypeOnLocals.cs Fix bug in IntroduceDynamicTypeOnLocals 7 years ago
LockTransform.cs Fix #1060: Enter/Exit V2 variation failing to convert to lock() 7 years ago
LoopingTransform.cs
NamedArgumentTransform.cs Move named arguments to its own transform. 7 years ago
NullCoalescingTransform.cs Introduce named arguments only in the statement transform. 7 years ago
NullPropagationTransform.cs Rename IAssembly -> IModule. 7 years ago
NullableLiftingTransform.cs Fix some bugs in decompilation of ?. operator. 8 years ago
ProxyCallReplacer.cs Use the resolve methods in MetadataModule, and remove the wrappers in DecompilerTypeSystem. 7 years ago
RemoveDeadVariableInit.cs Add delayed type inference step for stack slots (in RemoveDeadVariableInit). 7 years ago
SplitVariables.cs
StatementTransform.cs
Stepper.cs
SwitchOnNullableTransform.cs
SwitchOnStringTransform.cs Fix bug in SwitchOnStringTransform.SimplifyCascadingIfStatements: Do not eliminate unrelated stores right before the start of the switch. 7 years ago
TransformArrayInitializers.cs Use the resolve methods in MetadataModule, and remove the wrappers in DecompilerTypeSystem. 7 years ago
TransformAssignment.cs Add support for more dynamic binary operators. 7 years ago
TransformCollectionAndObjectInitializers.cs Rename IAssembly -> IModule. 7 years ago
TransformExpressionTrees.cs Eliminate SpecializingDecompilerTypeSystem and use GenericContext instead. 7 years ago
TupleTransform.cs Add support for C# 7 tuple types: 7 years ago
UsingTransform.cs Fix MatchDisposeCheck 7 years ago