| .. |
|
AssignVariableNames.cs
|
Handle Comp in InferType().
|
7 years ago |
|
BlockTransform.cs
|
…
|
|
|
CachedDelegateInitialization.cs
|
Introduce named arguments only in the statement transform.
|
8 years ago |
|
CopyPropagation.cs
|
Merge IDecompilerTypeSystem with ICompilation.
|
8 years ago |
|
DelegateConstruction.cs
|
Fix delegate in yield return issue for assembly compiled with Mono
|
7 years ago |
|
DetectCatchWhenConditionBlocks.cs
|
Add comments for clarification.
|
8 years ago |
|
DynamicCallSiteTransform.cs
|
Use ArgumentOutOfRangeException or BadImageFormatException in switch-default sections.
|
8 years ago |
|
EarlyExpressionTransforms.cs
|
#1195: Fix several issues decompiling SharpSvn.dll (C++/CLI)
|
8 years ago |
|
ExpressionTransforms.cs
|
Update to SRM 1.6.0 and Roslyn 2.9. Adjust decompiler to new code pattern used for lifted nullable comparisons.
|
7 years ago |
|
HighLevelLoopTransform.cs
|
Restore HighLevelLoopTransform pattern match for loop contents within if body
|
7 years ago |
|
IILTransform.cs
|
Merge IDecompilerTypeSystem with ICompilation.
|
8 years ago |
|
ILInlining.cs
|
Support short-circuiting operators with dynamic. (e.g. "if (x.A && x.B)" where "x" is dynamic)
|
8 years ago |
|
InlineReturnTransform.cs
|
Fix Using pretty tests and remove semicolon on single-line if.
|
8 years ago |
|
IntroduceDynamicTypeOnLocals.cs
|
Fix bug in IntroduceDynamicTypeOnLocals
|
8 years ago |
|
LocalFunctionDecompiler.cs
|
Add detection of local functions, so we do not hide the methods/display classes.
|
7 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
|
Update to SRM 1.6.0 and Roslyn 2.9. Adjust decompiler to new code pattern used for lifted nullable comparisons.
|
7 years ago |
|
NullableLiftingTransform.cs
|
Update to SRM 1.6.0 and Roslyn 2.9. Adjust decompiler to new code pattern used for lifted nullable comparisons.
|
7 years ago |
|
ProxyCallReplacer.cs
|
Use the resolve methods in MetadataModule, and remove the wrappers in DecompilerTypeSystem.
|
8 years ago |
|
RemoveDeadVariableInit.cs
|
Handle Comp in InferType().
|
7 years ago |
|
SplitVariables.cs
|
Extend HandleCall to NewObj instructions as well.
|
8 years ago |
|
StatementTransform.cs
|
Fix performance issue due to aggressive debug checks that was causing AppVeyor to time-out.
|
8 years ago |
|
Stepper.cs
|
…
|
|
|
SwitchOnNullableTransform.cs
|
SwitchOnNullableTransform: Fix another special case produced by the Roslyn compiler.
|
8 years ago |
|
SwitchOnStringTransform.cs
|
Merge branch 'PR1258'
|
7 years ago |
|
TransformArrayInitializers.cs
|
Use the resolve methods in MetadataModule, and remove the wrappers in DecompilerTypeSystem.
|
8 years ago |
|
TransformAssignment.cs
|
Handle Comp in InferType().
|
7 years ago |
|
TransformCollectionAndObjectInitializers.cs
|
Fix #1279: Event fields in object initializers
|
7 years ago |
|
TransformExpressionTrees.cs
|
Handle Comp in InferType().
|
7 years ago |
|
TupleTransform.cs
|
Add support for C# 7 tuple types:
|
8 years ago |
|
UserDefinedLogicTransform.cs
|
Support short-circuiting operators with dynamic. (e.g. "if (x.A && x.B)" where "x" is dynamic)
|
8 years ago |
|
UsingTransform.cs
|
Fix MatchDisposeCheck
|
8 years ago |