.. |
AssignVariableNames.cs
|
Add pretty tests for "yield return" and fix some minor bugs:
|
7 years ago |
BlockTransform.cs
|
…
|
|
CachedDelegateInitialization.cs
|
Introduce named arguments only in the statement transform.
|
7 years ago |
CopyPropagation.cs
|
Merge IDecompilerTypeSystem with ICompilation.
|
7 years ago |
DelegateConstruction.cs
|
Fix #1340: infinite recursion in DelegateConstruction due to recursive local function being mistreated as delegate construction.
|
7 years ago |
DetectCatchWhenConditionBlocks.cs
|
…
|
|
DynamicCallSiteTransform.cs
|
Use ArgumentOutOfRangeException or BadImageFormatException in switch-default sections.
|
7 years ago |
EarlyExpressionTransforms.cs
|
#1195: Fix several issues decompiling SharpSvn.dll (C++/CLI)
|
7 years ago |
ExpressionTransforms.cs
|
Extend safety-checks in TransformSpanTCtorContainingStackAlloc.
|
7 years ago |
HighLevelLoopTransform.cs
|
Restore HighLevelLoopTransform pattern match for loop contents within if body
|
7 years ago |
IILTransform.cs
|
Merge IDecompilerTypeSystem with ICompilation.
|
7 years ago |
ILInlining.cs
|
Merge branch 'master' of https://github.com/icsharpcode/ILSpy into cs73-stackalloc-initializers
|
7 years ago |
InlineReturnTransform.cs
|
…
|
|
IntroduceDynamicTypeOnLocals.cs
|
Fix bug in IntroduceDynamicTypeOnLocals
|
7 years ago |
LocalFunctionDecompiler.cs
|
Fix #1340: Update local function check to match latest version of Roslyn.
|
7 years ago |
LockTransform.cs
|
…
|
|
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
|
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.
|
7 years ago |
ReduceNestingTransform.cs
|
Add ReduceNestingTransform
|
7 years ago |
RemoveDeadVariableInit.cs
|
Handle Comp in InferType().
|
7 years ago |
SplitVariables.cs
|
Extend HandleCall to NewObj instructions as well.
|
7 years ago |
StatementTransform.cs
|
…
|
|
Stepper.cs
|
…
|
|
SwitchOnNullableTransform.cs
|
Improve persistence of IL offsets through various transforms.
|
7 years ago |
SwitchOnStringTransform.cs
|
Fix part 1 of #1292: switch on string inside try-block not recognized.
|
7 years ago |
TransformArrayInitializers.cs
|
Add transformation for stackalloc to Span<T>.
|
7 years ago |
TransformAssignment.cs
|
Fix #1325: Do not perform inline assignment transform on setter calls, that belong to parameterized properties.
|
7 years ago |
TransformCollectionAndObjectInitializers.cs
|
Fix #1279: Event fields in object initializers
|
7 years ago |
TransformExpressionTrees.cs
|
Merge PR #1296: Add ReduceNestingTransform
|
7 years ago |
TupleTransform.cs
|
Add support for C# 7 tuple types:
|
7 years ago |
UserDefinedLogicTransform.cs
|
Support short-circuiting operators with dynamic. (e.g. "if (x.A && x.B)" where "x" is dynamic)
|
7 years ago |
UsingTransform.cs
|
Fix MatchDisposeCheck
|
7 years ago |