..
AssignVariableNames.cs
Fix #3616 : local variable naming conflict with primary constructor parameters.
9 months ago
BlockTransform.cs
Fix IDE2000 globally
9 months ago
CachedDelegateInitialization.cs
#3075 : Avoid processing already-transformed blocks by introducing BlockTransformContext.IndexOfFirstAlreadyTransformedInstruction, which allows us to track already transformed instructions after a block has been merged into another by ConditionDetection.
3 years ago
CombineExitsTransform.cs
dev: Strip BOM mark from text files
1 year ago
CopyPropagation.cs
Fix IDE2000 globally
9 months ago
DeconstructionTransform.cs
dev: Strip BOM mark from text files
1 year ago
DelegateConstruction.cs
dev: Strip BOM mark from text files
1 year ago
DetectCatchWhenConditionBlocks.cs
dev: Strip BOM mark from text files
1 year ago
DynamicCallSiteTransform.cs
dev: Strip BOM mark from text files
1 year ago
DynamicIsEventAssignmentTransform.cs
dev: Strip BOM mark from text files
1 year ago
EarlyExpressionTransforms.cs
Add TransformAsyncHelpersAwaitToAwait to EarlyExpressionTransforms.
4 months ago
ExpressionTransforms.cs
Rename option to "UseObjectCreationOfGenericTypeParameter"
1 year ago
FixRemainingIncrements.cs
dev: Strip BOM mark from text files
1 year ago
HighLevelLoopTransform.cs
dev: Strip BOM mark from text files
1 year ago
IILTransform.cs
dev: Strip BOM mark from text files
1 year ago
ILExtraction.cs
dev: Strip BOM mark from text files
1 year ago
ILInlining.cs
dev: Strip BOM mark from text files
1 year ago
IndexRangeTransform.cs
dev: Strip BOM mark from text files
1 year ago
InlineArrayTransform.cs
dev: Strip BOM mark from text files
1 year ago
InlineReturnTransform.cs
dev: Strip BOM mark from text files
1 year ago
InterpolatedStringTransform.cs
dev: Strip BOM mark from text files
1 year ago
IntroduceDynamicTypeOnLocals.cs
dev: Strip BOM mark from text files
1 year ago
IntroduceNativeIntTypeOnLocals.cs
dev: Strip BOM mark from text files
1 year ago
IntroduceRefReadOnlyModifierOnLocals.cs
dev: Strip BOM mark from text files
1 year ago
LdLocaDupInitObjTransform.cs
dev: Strip BOM mark from text files
1 year ago
LocalFunctionDecompiler.cs
Fix regression in decompiling local functions with default parameters
1 year ago
LockTransform.cs
#3075 : Avoid processing already-transformed blocks by introducing BlockTransformContext.IndexOfFirstAlreadyTransformedInstruction, which allows us to track already transformed instructions after a block has been merged into another by ConditionDetection.
3 years ago
NamedArgumentTransform.cs
dev: Strip BOM mark from text files
1 year ago
NullCoalescingTransform.cs
dev: Strip BOM mark from text files
1 year ago
NullPropagationTransform.cs
dev: Strip BOM mark from text files
1 year ago
NullableLiftingTransform.cs
dev: Strip BOM mark from text files
1 year ago
PatternMatchingTransform.cs
dev: Strip BOM mark from text files
1 year ago
ProxyCallReplacer.cs
dev: Strip BOM mark from text files
1 year ago
ReduceNestingTransform.cs
Extend `EliminateRedundantTryFinally` in `ReduceNestingTransform`
3 years ago
RemoveDeadVariableInit.cs
Fix IDE2000 globally
9 months ago
RemoveInfeasiblePathTransform.cs
dev: Strip BOM mark from text files
1 year ago
RemoveUnconstrainedGenericReferenceTypeCheck.cs
dev: Strip BOM mark from text files
1 year ago
SplitVariables.cs
dev: Strip BOM mark from text files
1 year ago
StatementTransform.cs
dev: Strip BOM mark from text files
1 year ago
Stepper.cs
dev: Strip BOM mark from text files
1 year ago
SwitchOnNullableTransform.cs
Fix #3577 : Properly infer the switch governing type and preserve conversions
11 months ago
SwitchOnStringTransform.cs
dev: Strip BOM mark from text files
1 year ago
TransformArrayInitializers.cs
Fix #3492 : Do not crash, if field used by RuntimeHelpers.InitializeArray is malformed.
1 year ago
TransformAssignment.cs
Fix IDE2000 globally
9 months ago
TransformCollectionAndObjectInitializers.cs
Fix #3671 : TransformCollectionAndObjectInitializers mistakenly included trailing variable initialization.
6 months ago
TransformDisplayClassUsage.cs
Add a treenode and decompiler APIs for extensions.
6 months ago
TransformExpressionTrees.cs
Fix IDE2000 globally
9 months ago
TupleTransform.cs
dev: Strip BOM mark from text files
1 year ago
UserDefinedLogicTransform.cs
dev: Strip BOM mark from text files
1 year ago
UsingTransform.cs
Prevent inlining of call arguments when doing so would change order of evaluation with regards to the implicit ldobj performed by a constrained.callvirt.
1 year ago