8 writes to _forToLoopBinaryOperatorRightOperand
Microsoft.CodeAnalysis (8)
Operations\ControlFlowGraphBuilder.cs (8)
4802_forToLoopBinaryOperatorRightOperand = GetCaptureReference(stepValueId, operation.StepValue); 4807_forToLoopBinaryOperatorRightOperand = subtraction; 4815_forToLoopBinaryOperatorRightOperand = null; 4958_forToLoopBinaryOperatorRightOperand = GetCaptureReference(limitValueId, operation.LimitValue); 4966_forToLoopBinaryOperatorRightOperand = OperationCloner.CloneOperation(_forToLoopBinaryOperatorRightOperand); 4974_forToLoopBinaryOperatorRightOperand = null; 5200_forToLoopBinaryOperatorRightOperand = GetCaptureReference(stepValueId, operation.StepValue); 5205_forToLoopBinaryOperatorRightOperand = null;
6 references to _forToLoopBinaryOperatorRightOperand
Microsoft.CodeAnalysis (6)
Operations\ControlFlowGraphBuilder.cs (6)
4798Debug.Assert(_forToLoopBinaryOperatorRightOperand == null); 4942Debug.Assert(_forToLoopBinaryOperatorRightOperand == null); 4966_forToLoopBinaryOperatorRightOperand = OperationCloner.CloneOperation(_forToLoopBinaryOperatorRightOperand); 5190Debug.Assert(_forToLoopBinaryOperatorRightOperand == null); 7167if (_forToLoopBinaryOperatorRightOperand != null) 7169return _forToLoopBinaryOperatorRightOperand;