8 writes to _forToLoopBinaryOperatorRightOperand
Microsoft.CodeAnalysis (8)
Operations\ControlFlowGraphBuilder.cs (8)
4901_forToLoopBinaryOperatorRightOperand = GetCaptureReference(stepValueId, operation.StepValue); 4906_forToLoopBinaryOperatorRightOperand = subtraction; 4914_forToLoopBinaryOperatorRightOperand = null; 5057_forToLoopBinaryOperatorRightOperand = GetCaptureReference(limitValueId, operation.LimitValue); 5065_forToLoopBinaryOperatorRightOperand = OperationCloner.CloneOperation(_forToLoopBinaryOperatorRightOperand); 5073_forToLoopBinaryOperatorRightOperand = null; 5299_forToLoopBinaryOperatorRightOperand = GetCaptureReference(stepValueId, operation.StepValue); 5304_forToLoopBinaryOperatorRightOperand = null;
6 references to _forToLoopBinaryOperatorRightOperand
Microsoft.CodeAnalysis (6)
Operations\ControlFlowGraphBuilder.cs (6)
4897Debug.Assert(_forToLoopBinaryOperatorRightOperand == null); 5041Debug.Assert(_forToLoopBinaryOperatorRightOperand == null); 5065_forToLoopBinaryOperatorRightOperand = OperationCloner.CloneOperation(_forToLoopBinaryOperatorRightOperand); 5289Debug.Assert(_forToLoopBinaryOperatorRightOperand == null); 7429if (_forToLoopBinaryOperatorRightOperand != null) 7431return _forToLoopBinaryOperatorRightOperand;