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)
4895Debug.Assert(_forToLoopBinaryOperatorRightOperand == null); 5039Debug.Assert(_forToLoopBinaryOperatorRightOperand == null); 5063_forToLoopBinaryOperatorRightOperand = OperationCloner.CloneOperation(_forToLoopBinaryOperatorRightOperand); 5287Debug.Assert(_forToLoopBinaryOperatorRightOperand == null); 7405if (_forToLoopBinaryOperatorRightOperand != null) 7407return _forToLoopBinaryOperatorRightOperand;