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)
4906Debug.Assert(_forToLoopBinaryOperatorRightOperand == null); 5050Debug.Assert(_forToLoopBinaryOperatorRightOperand == null); 5074_forToLoopBinaryOperatorRightOperand = OperationCloner.CloneOperation(_forToLoopBinaryOperatorRightOperand); 5298Debug.Assert(_forToLoopBinaryOperatorRightOperand == null); 7441if (_forToLoopBinaryOperatorRightOperand != null) 7443return _forToLoopBinaryOperatorRightOperand;