8 writes to _forToLoopBinaryOperatorLeftOperand
Microsoft.CodeAnalysis (8)
Operations\ControlFlowGraphBuilder.cs (8)
4900
_forToLoopBinaryOperatorLeftOperand
= GetCaptureReference(stepValueId, operation.StepValue);
4905
_forToLoopBinaryOperatorLeftOperand
= stepValue;
4913
_forToLoopBinaryOperatorLeftOperand
= null;
5056
_forToLoopBinaryOperatorLeftOperand
= controlVariableReferenceForCondition;
5064
_forToLoopBinaryOperatorLeftOperand
= OperationCloner.CloneOperation(_forToLoopBinaryOperatorLeftOperand);
5072
_forToLoopBinaryOperatorLeftOperand
= null;
5298
_forToLoopBinaryOperatorLeftOperand
= visitLoopControlVariableReference(forceImplicit: true); // Yes we are going to evaluate it again
5303
_forToLoopBinaryOperatorLeftOperand
= null;
6 references to _forToLoopBinaryOperatorLeftOperand
Microsoft.CodeAnalysis (6)
Operations\ControlFlowGraphBuilder.cs (6)
4896
Debug.Assert(
_forToLoopBinaryOperatorLeftOperand
== null);
5040
Debug.Assert(
_forToLoopBinaryOperatorLeftOperand
== null);
5064
_forToLoopBinaryOperatorLeftOperand = OperationCloner.CloneOperation(
_forToLoopBinaryOperatorLeftOperand
);
5288
Debug.Assert(
_forToLoopBinaryOperatorLeftOperand
== null);
7423
if (
_forToLoopBinaryOperatorLeftOperand
!= null)
7425
return
_forToLoopBinaryOperatorLeftOperand
;