8 writes to _forToLoopBinaryOperatorRightOperand
Microsoft.CodeAnalysis (8)
Operations\ControlFlowGraphBuilder.cs (8)
4901
_forToLoopBinaryOperatorRightOperand
= GetCaptureReference(stepValueId, operation.StepValue);
4906
_forToLoopBinaryOperatorRightOperand
= subtraction;
4914
_forToLoopBinaryOperatorRightOperand
= null;
5057
_forToLoopBinaryOperatorRightOperand
= GetCaptureReference(limitValueId, operation.LimitValue);
5065
_forToLoopBinaryOperatorRightOperand
= OperationCloner.CloneOperation(_forToLoopBinaryOperatorRightOperand);
5073
_forToLoopBinaryOperatorRightOperand
= null;
5299
_forToLoopBinaryOperatorRightOperand
= GetCaptureReference(stepValueId, operation.StepValue);
5304
_forToLoopBinaryOperatorRightOperand
= null;
6 references to _forToLoopBinaryOperatorRightOperand
Microsoft.CodeAnalysis (6)
Operations\ControlFlowGraphBuilder.cs (6)
4897
Debug.Assert(
_forToLoopBinaryOperatorRightOperand
== null);
5041
Debug.Assert(
_forToLoopBinaryOperatorRightOperand
== null);
5065
_forToLoopBinaryOperatorRightOperand = OperationCloner.CloneOperation(
_forToLoopBinaryOperatorRightOperand
);
5289
Debug.Assert(
_forToLoopBinaryOperatorRightOperand
== null);
7429
if (
_forToLoopBinaryOperatorRightOperand
!= null)
7431
return
_forToLoopBinaryOperatorRightOperand
;