.. |
AssignVariableNames.cs
|
Add support for var sub patterns.
|
2 years ago |
BlockTransform.cs
|
…
|
|
CachedDelegateInitialization.cs
|
Add support for rare VB cached delegate construction pattern with return
|
3 years ago |
CombineExitsTransform.cs
|
…
|
|
CopyPropagation.cs
|
Fix #2506: NamedArgumentTransform loses information, if the original variable is of StackType.Ref
|
4 years ago |
DeconstructionTransform.cs
|
Fix #2692: NRE in DeconstructionTransform.IsCompatibleImplicitConversion
|
3 years ago |
DelegateConstruction.cs
|
…
|
|
DetectCatchWhenConditionBlocks.cs
|
…
|
|
DynamicCallSiteTransform.cs
|
Fix #2612 decompilation of newarr with int.MaxValue causes OOME in decompiler.
|
4 years ago |
DynamicIsEventAssignmentTransform.cs
|
…
|
|
EarlyExpressionTransforms.cs
|
Move TransformDecimalCtorToConstant to EarlyExpressionTransforms
|
2 years ago |
ExpressionTransforms.cs
|
Move TransformDecimalCtorToConstant to EarlyExpressionTransforms
|
2 years ago |
FixLoneIsInst.cs
|
…
|
|
FixRemainingIncrements.cs
|
Add support for calling `operator checked`.
|
2 years ago |
HighLevelLoopTransform.cs
|
…
|
|
IILTransform.cs
|
…
|
|
ILExtraction.cs
|
Fix #2458: ILExtraction.Extract handles BlockContainer.Kind != Normal.
|
4 years ago |
ILInlining.cs
|
Allow inlining value type temporaries into constrained call.
|
2 years ago |
IndexRangeTransform.cs
|
…
|
|
InlineReturnTransform.cs
|
…
|
|
InterpolatedStringTransform.cs
|
Upgrade dotnet-format from version 5 to the version included with the .NET (6) SDK.
|
3 years ago |
IntroduceDynamicTypeOnLocals.cs
|
Fix handling of recombined variables and nested functions in IntroduceNativeIntTypeOnLocals and IntroduceDynamicTypeOnLocals.
|
2 years ago |
IntroduceNativeIntTypeOnLocals.cs
|
Fix handling of recombined variables and nested functions in IntroduceNativeIntTypeOnLocals and IntroduceDynamicTypeOnLocals.
|
2 years ago |
IntroduceRefReadOnlyModifierOnLocals.cs
|
…
|
|
LdLocaDupInitObjTransform.cs
|
…
|
|
LocalFunctionDecompiler.cs
|
Fix #2806: Do not use implicitly typed out variables, if argument and parameter types do not match exactly.
|
3 years ago |
LockTransform.cs
|
Add support for `lock` statements within yield return state machines
|
3 years ago |
NamedArgumentTransform.cs
|
Fix #2582: Assertion when using named arguments in a constrained call
|
3 years ago |
NullCoalescingTransform.cs
|
…
|
|
NullPropagationTransform.cs
|
…
|
|
NullableLiftingTransform.cs
|
Merge branch 'master' into pattern-matching
|
4 years ago |
ParameterNullCheckTransform.cs
|
Add support for UTF8 string literals
|
2 years ago |
PatternMatchingTransform.cs
|
Add missing DecompilerSettings for new language features
|
2 years ago |
ProxyCallReplacer.cs
|
…
|
|
ReduceNestingTransform.cs
|
Extend `EliminateRedundantTryFinally` in `ReduceNestingTransform`
|
2 years ago |
RemoveDeadVariableInit.cs
|
Fix #2527: Support skip locals init
|
4 years ago |
RemoveInfeasiblePathTransform.cs
|
Upgrade dotnet-format from version 5 to the version included with the .NET (6) SDK.
|
3 years ago |
SplitVariables.cs
|
Fix #2527: Support skip locals init
|
4 years ago |
StatementTransform.cs
|
StatementTransform: Run an expensive invariant check slightly less often.
|
4 years ago |
Stepper.cs
|
…
|
|
SwitchOnNullableTransform.cs
|
…
|
|
SwitchOnStringTransform.cs
|
Implement Roslyn 4.6 pattern for C# switch on string: match by length and unique characters first.
|
2 years ago |
TransformArrayInitializers.cs
|
Add support for UTF8 string literals
|
2 years ago |
TransformAssignment.cs
|
Add support for calling `operator checked`.
|
2 years ago |
TransformCollectionAndObjectInitializers.cs
|
Use IsAccessor again.
|
3 years ago |
TransformDisplayClassUsage.cs
|
Implement support for Visual Basic yield return state machines
|
2 years ago |
TransformExpressionTrees.cs
|
Fix #2922: Invalid object initializer ILAst, when expression tree contains get-accessor in Expression.Bind. Because either one of the accessors is used by Expression.Bind to determine the property, we can safely use the set-accessor instead.
|
2 years ago |
TupleTransform.cs
|
…
|
|
UserDefinedLogicTransform.cs
|
…
|
|
UsingTransform.cs
|
Add support for UTF8 string literals
|
2 years ago |