| .. |
|
AssignVariableNames.cs
|
Fix #3616: local variable naming conflict with primary constructor parameters.
|
3 weeks ago |
|
BlockTransform.cs
|
dev: Strip BOM mark from text files
|
4 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.
|
2 years ago |
|
CombineExitsTransform.cs
|
dev: Strip BOM mark from text files
|
4 months ago |
|
CopyPropagation.cs
|
dev: Strip BOM mark from text files
|
4 months ago |
|
DeconstructionTransform.cs
|
dev: Strip BOM mark from text files
|
4 months ago |
|
DelegateConstruction.cs
|
dev: Strip BOM mark from text files
|
4 months ago |
|
DetectCatchWhenConditionBlocks.cs
|
dev: Strip BOM mark from text files
|
4 months ago |
|
DynamicCallSiteTransform.cs
|
dev: Strip BOM mark from text files
|
4 months ago |
|
DynamicIsEventAssignmentTransform.cs
|
dev: Strip BOM mark from text files
|
4 months ago |
|
EarlyExpressionTransforms.cs
|
dev: Strip BOM mark from text files
|
4 months ago |
|
ExpressionTransforms.cs
|
Rename option to "UseObjectCreationOfGenericTypeParameter"
|
6 months ago |
|
FixRemainingIncrements.cs
|
dev: Strip BOM mark from text files
|
4 months ago |
|
HighLevelLoopTransform.cs
|
dev: Strip BOM mark from text files
|
4 months ago |
|
IILTransform.cs
|
dev: Strip BOM mark from text files
|
4 months ago |
|
ILExtraction.cs
|
dev: Strip BOM mark from text files
|
4 months ago |
|
ILInlining.cs
|
Using EnumExtensions source generators & interception (ics.d-only)
|
2 weeks ago |
|
IndexRangeTransform.cs
|
dev: Strip BOM mark from text files
|
4 months ago |
|
InlineArrayTransform.cs
|
dev: Strip BOM mark from text files
|
4 months ago |
|
InlineReturnTransform.cs
|
dev: Strip BOM mark from text files
|
4 months ago |
|
InterpolatedStringTransform.cs
|
dev: Strip BOM mark from text files
|
4 months ago |
|
IntroduceDynamicTypeOnLocals.cs
|
dev: Strip BOM mark from text files
|
4 months ago |
|
IntroduceNativeIntTypeOnLocals.cs
|
dev: Strip BOM mark from text files
|
4 months ago |
|
IntroduceRefReadOnlyModifierOnLocals.cs
|
dev: Strip BOM mark from text files
|
4 months ago |
|
LdLocaDupInitObjTransform.cs
|
dev: Strip BOM mark from text files
|
4 months ago |
|
LocalFunctionDecompiler.cs
|
Fix regression in decompiling local functions with default parameters
|
4 months 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.
|
2 years ago |
|
NamedArgumentTransform.cs
|
dev: Strip BOM mark from text files
|
4 months ago |
|
NullCoalescingTransform.cs
|
dev: Strip BOM mark from text files
|
4 months ago |
|
NullPropagationTransform.cs
|
dev: Strip BOM mark from text files
|
4 months ago |
|
NullableLiftingTransform.cs
|
dev: Strip BOM mark from text files
|
4 months ago |
|
PatternMatchingTransform.cs
|
dev: Strip BOM mark from text files
|
4 months ago |
|
ProxyCallReplacer.cs
|
dev: Strip BOM mark from text files
|
4 months ago |
|
ReduceNestingTransform.cs
|
Extend `EliminateRedundantTryFinally` in `ReduceNestingTransform`
|
3 years ago |
|
RemoveDeadVariableInit.cs
|
Fix #2527: Support skip locals init
|
4 years ago |
|
RemoveInfeasiblePathTransform.cs
|
dev: Strip BOM mark from text files
|
4 months ago |
|
RemoveUnconstrainedGenericReferenceTypeCheck.cs
|
dev: Strip BOM mark from text files
|
4 months ago |
|
SplitVariables.cs
|
dev: Strip BOM mark from text files
|
4 months ago |
|
StatementTransform.cs
|
dev: Strip BOM mark from text files
|
4 months ago |
|
Stepper.cs
|
dev: Strip BOM mark from text files
|
4 months ago |
|
SwitchOnNullableTransform.cs
|
Fix #3577: Properly infer the switch governing type and preserve conversions
|
3 months ago |
|
SwitchOnStringTransform.cs
|
dev: Strip BOM mark from text files
|
4 months ago |
|
TransformArrayInitializers.cs
|
Fix #3492: Do not crash, if field used by RuntimeHelpers.InitializeArray is malformed.
|
6 months ago |
|
TransformAssignment.cs
|
WIP preincrement improvements
|
5 months ago |
|
TransformCollectionAndObjectInitializers.cs
|
#3593: ObjectInitializers: allow castclass instructions wrapping the init instruction to support the pattern used for covariant returns on non-supporting platforms such as .NET 4.x.
|
2 months ago |
|
TransformDisplayClassUsage.cs
|
Fix #3564: extend TransformDisplayClassUsage.IsPotentialClosure to support sibling DisplayClasses calling each other.
|
3 months ago |
|
TransformExpressionTrees.cs
|
dev: Strip BOM mark from text files
|
4 months ago |
|
TupleTransform.cs
|
dev: Strip BOM mark from text files
|
4 months ago |
|
UserDefinedLogicTransform.cs
|
dev: Strip BOM mark from text files
|
4 months 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.
|
9 months ago |