..
AssignVariableNames.cs
Fix #3079 : Replace parameter names that consist of only whitespace
3 years ago
BlockTransform.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
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
#2128 : Reformat the whole code base.
6 years ago
CopyPropagation.cs
Fix #2506 : NamedArgumentTransform loses information, if the original variable is of StackType.Ref
5 years ago
DeconstructionTransform.cs
Fix #2692 : NRE in DeconstructionTransform.IsCompatibleImplicitConversion
4 years ago
DelegateConstruction.cs
Fix #2196 : Add support for extern local functions.
6 years ago
DetectCatchWhenConditionBlocks.cs
Fix #1749 , fix #2339 , fix #2353 : Add support for rethrow in async exception handlers, fix await catch/finally patterns for complex methods.
5 years ago
DynamicCallSiteTransform.cs
Fix #2612 decompilation of newarr with int.MaxValue causes OOME in decompiler.
4 years ago
DynamicIsEventAssignmentTransform.cs
#2128 : Reformat the whole code base.
6 years ago
EarlyExpressionTransforms.cs
Move TransformDecimalCtorToConstant to EarlyExpressionTransforms
3 years ago
ExpressionTransforms.cs
Move TransformDecimalCtorToConstant to EarlyExpressionTransforms
3 years ago
FixLoneIsInst.cs
Fix potential NRE in ILFunction.RegisterVariable()
5 years ago
FixRemainingIncrements.cs
Add support for calling `operator checked`.
3 years ago
HighLevelLoopTransform.cs
Avoid reference count temporarily dropping to zero while ConditionDetection moves instructions to other blocks.
3 years ago
IILTransform.cs
#nullable enable for typesystem and ILInstruction base class
5 years ago
ILExtraction.cs
Fix #2458 : ILExtraction.Extract handles BlockContainer.Kind != Normal.
5 years ago
ILInlining.cs
Allow inlining value type temporaries into constrained call.
3 years ago
IndexRangeTransform.cs
Fix #2156 : range syntax not being detected correctly in some cases
6 years ago
InlineReturnTransform.cs
#2128 : Reformat the whole code base.
6 years ago
InterpolatedStringTransform.cs
Upgrade dotnet-format from version 5 to the version included with the .NET (6) SDK.
4 years ago
IntroduceDynamicTypeOnLocals.cs
Fix handling of recombined variables and nested functions in IntroduceNativeIntTypeOnLocals and IntroduceDynamicTypeOnLocals.
3 years ago
IntroduceNativeIntTypeOnLocals.cs
Fix handling of recombined variables and nested functions in IntroduceNativeIntTypeOnLocals and IntroduceDynamicTypeOnLocals.
3 years ago
IntroduceRefReadOnlyModifierOnLocals.cs
#2128 : Reformat the whole code base.
6 years ago
LdLocaDupInitObjTransform.cs
Fix #2231 : Add support for ldloca; dup; initobj pattern used by Roslyn.
5 years ago
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
#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
Fix #2582 : Assertion when using named arguments in a constrained call
4 years ago
NullCoalescingTransform.cs
#2128 : Reformat the whole code base.
6 years ago
NullPropagationTransform.cs
Fix #2230 : do not emit directly consecutive null propagation operators.
5 years ago
NullableLiftingTransform.cs
Merge branch 'master' into pattern-matching
5 years ago
ParameterNullCheckTransform.cs
Add support for UTF8 string literals
3 years ago
PatternMatchingTransform.cs
Add missing DecompilerSettings for new language features
3 years ago
ProxyCallReplacer.cs
#2128 : Reformat the whole code base.
6 years ago
ReduceNestingTransform.cs
Extend `EliminateRedundantTryFinally` in `ReduceNestingTransform`
3 years ago
RemoveDeadVariableInit.cs
Fix #2527 : Support skip locals init
5 years ago
RemoveInfeasiblePathTransform.cs
Upgrade dotnet-format from version 5 to the version included with the .NET (6) SDK.
4 years ago
SplitVariables.cs
Fix #2527 : Support skip locals init
5 years ago
StatementTransform.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
Stepper.cs
#nullable enable for typesystem and ILInstruction base class
5 years ago
SwitchOnNullableTransform.cs
#2128 : Reformat the whole code base.
6 years ago
SwitchOnStringTransform.cs
Fix #3069 : Reuse SwitchAnalysis instead of MatchIfElseOnCharBlock
3 years ago
TransformArrayInitializers.cs
Add support for UTF8 string literals
3 years ago
TransformAssignment.cs
Add support for calling `operator checked`.
3 years ago
TransformCollectionAndObjectInitializers.cs
Fix #3091 : extension methods named "Add" were skipping some checks in AccessPathElement.IsMethodApplicable.
3 years ago
TransformDisplayClassUsage.cs
Implement support for Visual Basic yield return state machines
3 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.
3 years ago
TupleTransform.cs
#2128 : Reformat the whole code base.
6 years ago
UserDefinedLogicTransform.cs
#2128 : Reformat the whole code base.
6 years ago
UsingTransform.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