8 writes to _forToLoopBinaryOperatorLeftOperand
Microsoft.CodeAnalysis (8)
Operations\ControlFlowGraphBuilder.cs (8)
4801
_forToLoopBinaryOperatorLeftOperand
= GetCaptureReference(stepValueId, operation.StepValue);
4806
_forToLoopBinaryOperatorLeftOperand
= stepValue;
4814
_forToLoopBinaryOperatorLeftOperand
= null;
4957
_forToLoopBinaryOperatorLeftOperand
= controlVariableReferenceForCondition;
4965
_forToLoopBinaryOperatorLeftOperand
= OperationCloner.CloneOperation(_forToLoopBinaryOperatorLeftOperand);
4973
_forToLoopBinaryOperatorLeftOperand
= null;
5199
_forToLoopBinaryOperatorLeftOperand
= visitLoopControlVariableReference(forceImplicit: true); // Yes we are going to evaluate it again
5204
_forToLoopBinaryOperatorLeftOperand
= null;
6 references to _forToLoopBinaryOperatorLeftOperand
Microsoft.CodeAnalysis (6)
Operations\ControlFlowGraphBuilder.cs (6)
4797
Debug.Assert(
_forToLoopBinaryOperatorLeftOperand
== null);
4941
Debug.Assert(
_forToLoopBinaryOperatorLeftOperand
== null);
4965
_forToLoopBinaryOperatorLeftOperand = OperationCloner.CloneOperation(
_forToLoopBinaryOperatorLeftOperand
);
5189
Debug.Assert(
_forToLoopBinaryOperatorLeftOperand
== null);
7161
if (
_forToLoopBinaryOperatorLeftOperand
!= null)
7163
return
_forToLoopBinaryOperatorLeftOperand
;