.. |
AssignVariableNames.cs
|
Fix #1841: Not properly reusing names from PDB
|
6 years ago |
BlockTransform.cs
|
Fix #1242: Discard unreachable code.
|
6 years ago |
CachedDelegateInitialization.cs
|
Fix #1609: Decompilation of cached delegate-construction with unknown delegate type.
|
6 years ago |
CombineExitsTransform.cs
|
…
|
|
CopyPropagation.cs
|
Fix #1656: Disable CopyPropagation for split variables.
|
6 years ago |
DelegateConstruction.cs
|
Enable static local functions and update related tests, since roslyn 3.4.0-beta3 is available for tests
|
6 years ago |
DetectCatchWhenConditionBlocks.cs
|
…
|
|
DynamicCallSiteTransform.cs
|
Fix #1635: DynamicInvokeConstructorInstruction Did report the wrong StackType for value types and unknown types.
|
6 years ago |
DynamicIsEventAssignmentTransform.cs
|
Further adjustments to transforms now that copy propagation no longer runs.
|
6 years ago |
EarlyExpressionTransforms.cs
|
Fix #1655: Incorrect pointer cast when calling method on integer constant
|
6 years ago |
ExpressionTransforms.cs
|
Fix #1854
|
6 years ago |
FixRemainingIncrements.cs
|
Fix #1552: user-defined and decimal increments
|
6 years ago |
HighLevelLoopTransform.cs
|
Add ForStatement, DoWhileStatement and SeparateLocalVariableDeclarations settings.
|
6 years ago |
IILTransform.cs
|
…
|
|
ILExtraction.cs
|
Fix #1552: user-defined and decimal increments
|
6 years ago |
ILInlining.cs
|
#1852: Rename array.to.pointer opcode to get.pinnable.reference.
|
6 years ago |
InlineReturnTransform.cs
|
…
|
|
IntroduceDynamicTypeOnLocals.cs
|
…
|
|
IntroduceRefReadOnlyModifierOnLocals.cs
|
#1151: Support for ref readonly locals.
|
6 years ago |
LocalFunctionDecompiler.cs
|
Merge pull request #1797 from yyjdelete/localFunc
|
6 years ago |
LockTransform.cs
|
…
|
|
NamedArgumentTransform.cs
|
…
|
|
NullCoalescingTransform.cs
|
Remove unused code.
|
6 years ago |
NullPropagationTransform.cs
|
Fix CA1507:UseNameofInPlaceOfString, adjust formatting of some older source files copied from NRefactory.
|
6 years ago |
NullableLiftingTransform.cs
|
short-circuting -> short-circuiting
|
6 years ago |
ProxyCallReplacer.cs
|
Fix flags+ILRange in ProxyCallReplacer.
|
6 years ago |
ReduceNestingTransform.cs
|
agressive -> aggressive
|
6 years ago |
RemoveDeadVariableInit.cs
|
Add RemoveDeadStores option
|
6 years ago |
SplitVariables.cs
|
Allow ref-locals to be initialized from nested field addresses.
|
6 years ago |
StatementTransform.cs
|
…
|
|
Stepper.cs
|
…
|
|
SwitchOnNullableTransform.cs
|
…
|
|
SwitchOnStringTransform.cs
|
Fix #1809: Support VB Select on string.
|
6 years ago |
TransformArrayInitializers.cs
|
Fix #1280: Transform RuntimeHelpersInitializeArray calls without receiving assignments.
|
6 years ago |
TransformAssignment.cs
|
Fix compound assignments with type `bool`.
|
6 years ago |
TransformCollectionAndObjectInitializers.cs
|
Fix #1593: TransformCollectionAndObjectInitializers uses nested indexer call as target of object initializer.
|
6 years ago |
TransformDisplayClassUsage.cs
|
Fix tests `LocalFunctions.NestedCapture1`
|
6 years ago |
TransformExpressionTrees.cs
|
Fix #1811: Assert in NullCoalescingInstruction.CheckInvariant after expression tree transform
|
6 years ago |
TupleTransform.cs
|
…
|
|
UserDefinedLogicTransform.cs
|
…
|
|
UsingTransform.cs
|
Add support for await using statements.
|
6 years ago |