8 writes to _forToLoopBinaryOperatorLeftOperand
Microsoft.CodeAnalysis (8)
Operations\ControlFlowGraphBuilder.cs (8)
4898
_forToLoopBinaryOperatorLeftOperand
= GetCaptureReference(stepValueId, operation.StepValue);
4903
_forToLoopBinaryOperatorLeftOperand
= stepValue;
4911
_forToLoopBinaryOperatorLeftOperand
= null;
5054
_forToLoopBinaryOperatorLeftOperand
= controlVariableReferenceForCondition;
5062
_forToLoopBinaryOperatorLeftOperand
= OperationCloner.CloneOperation(_forToLoopBinaryOperatorLeftOperand);
5070
_forToLoopBinaryOperatorLeftOperand
= null;
5296
_forToLoopBinaryOperatorLeftOperand
= visitLoopControlVariableReference(forceImplicit: true); // Yes we are going to evaluate it again
5301
_forToLoopBinaryOperatorLeftOperand
= null;
6 references to _forToLoopBinaryOperatorLeftOperand
Microsoft.CodeAnalysis (6)
Operations\ControlFlowGraphBuilder.cs (6)
4894
Debug.Assert(
_forToLoopBinaryOperatorLeftOperand
== null);
5038
Debug.Assert(
_forToLoopBinaryOperatorLeftOperand
== null);
5062
_forToLoopBinaryOperatorLeftOperand = OperationCloner.CloneOperation(
_forToLoopBinaryOperatorLeftOperand
);
5286
Debug.Assert(
_forToLoopBinaryOperatorLeftOperand
== null);
7399
if (
_forToLoopBinaryOperatorLeftOperand
!= null)
7401
return
_forToLoopBinaryOperatorLeftOperand
;