8 writes to _forToLoopBinaryOperatorRightOperand
Microsoft.CodeAnalysis (8)
Operations\ControlFlowGraphBuilder.cs (8)
4910
_forToLoopBinaryOperatorRightOperand
= GetCaptureReference(stepValueId, operation.StepValue);
4915
_forToLoopBinaryOperatorRightOperand
= subtraction;
4923
_forToLoopBinaryOperatorRightOperand
= null;
5066
_forToLoopBinaryOperatorRightOperand
= GetCaptureReference(limitValueId, operation.LimitValue);
5074
_forToLoopBinaryOperatorRightOperand
= OperationCloner.CloneOperation(_forToLoopBinaryOperatorRightOperand);
5082
_forToLoopBinaryOperatorRightOperand
= null;
5308
_forToLoopBinaryOperatorRightOperand
= GetCaptureReference(stepValueId, operation.StepValue);
5313
_forToLoopBinaryOperatorRightOperand
= null;
6 references to _forToLoopBinaryOperatorRightOperand
Microsoft.CodeAnalysis (6)
Operations\ControlFlowGraphBuilder.cs (6)
4906
Debug.Assert(
_forToLoopBinaryOperatorRightOperand
== null);
5050
Debug.Assert(
_forToLoopBinaryOperatorRightOperand
== null);
5074
_forToLoopBinaryOperatorRightOperand = OperationCloner.CloneOperation(
_forToLoopBinaryOperatorRightOperand
);
5298
Debug.Assert(
_forToLoopBinaryOperatorRightOperand
== null);
7441
if (
_forToLoopBinaryOperatorRightOperand
!= null)
7443
return
_forToLoopBinaryOperatorRightOperand
;