8 writes to _forToLoopBinaryOperatorRightOperand
Microsoft.CodeAnalysis (8)
Operations\ControlFlowGraphBuilder.cs (8)
4899
_forToLoopBinaryOperatorRightOperand
= GetCaptureReference(stepValueId, operation.StepValue);
4904
_forToLoopBinaryOperatorRightOperand
= subtraction;
4912
_forToLoopBinaryOperatorRightOperand
= null;
5055
_forToLoopBinaryOperatorRightOperand
= GetCaptureReference(limitValueId, operation.LimitValue);
5063
_forToLoopBinaryOperatorRightOperand
= OperationCloner.CloneOperation(_forToLoopBinaryOperatorRightOperand);
5071
_forToLoopBinaryOperatorRightOperand
= null;
5297
_forToLoopBinaryOperatorRightOperand
= GetCaptureReference(stepValueId, operation.StepValue);
5302
_forToLoopBinaryOperatorRightOperand
= null;
6 references to _forToLoopBinaryOperatorRightOperand
Microsoft.CodeAnalysis (6)
Operations\ControlFlowGraphBuilder.cs (6)
4895
Debug.Assert(
_forToLoopBinaryOperatorRightOperand
== null);
5039
Debug.Assert(
_forToLoopBinaryOperatorRightOperand
== null);
5063
_forToLoopBinaryOperatorRightOperand = OperationCloner.CloneOperation(
_forToLoopBinaryOperatorRightOperand
);
5287
Debug.Assert(
_forToLoopBinaryOperatorRightOperand
== null);
7405
if (
_forToLoopBinaryOperatorRightOperand
!= null)
7407
return
_forToLoopBinaryOperatorRightOperand
;