8 writes to _forToLoopBinaryOperatorLeftOperand
Microsoft.CodeAnalysis (8)
Operations\ControlFlowGraphBuilder.cs (8)
4909
_forToLoopBinaryOperatorLeftOperand
= GetCaptureReference(stepValueId, operation.StepValue);
4914
_forToLoopBinaryOperatorLeftOperand
= stepValue;
4922
_forToLoopBinaryOperatorLeftOperand
= null;
5065
_forToLoopBinaryOperatorLeftOperand
= controlVariableReferenceForCondition;
5073
_forToLoopBinaryOperatorLeftOperand
= OperationCloner.CloneOperation(_forToLoopBinaryOperatorLeftOperand);
5081
_forToLoopBinaryOperatorLeftOperand
= null;
5307
_forToLoopBinaryOperatorLeftOperand
= visitLoopControlVariableReference(forceImplicit: true); // Yes we are going to evaluate it again
5312
_forToLoopBinaryOperatorLeftOperand
= null;
6 references to _forToLoopBinaryOperatorLeftOperand
Microsoft.CodeAnalysis (6)
Operations\ControlFlowGraphBuilder.cs (6)
4905
Debug.Assert(
_forToLoopBinaryOperatorLeftOperand
== null);
5049
Debug.Assert(
_forToLoopBinaryOperatorLeftOperand
== null);
5073
_forToLoopBinaryOperatorLeftOperand = OperationCloner.CloneOperation(
_forToLoopBinaryOperatorLeftOperand
);
5297
Debug.Assert(
_forToLoopBinaryOperatorLeftOperand
== null);
7435
if (
_forToLoopBinaryOperatorLeftOperand
!= null)
7437
return
_forToLoopBinaryOperatorLeftOperand
;