8 writes to _forToLoopBinaryOperatorLeftOperand
Microsoft.CodeAnalysis (8)
Operations\ControlFlowGraphBuilder.cs (8)
4909_forToLoopBinaryOperatorLeftOperand = GetCaptureReference(stepValueId, operation.StepValue); 4914_forToLoopBinaryOperatorLeftOperand = stepValue; 4922_forToLoopBinaryOperatorLeftOperand = null; 5065_forToLoopBinaryOperatorLeftOperand = controlVariableReferenceForCondition; 5073_forToLoopBinaryOperatorLeftOperand = OperationCloner.CloneOperation(_forToLoopBinaryOperatorLeftOperand); 5081_forToLoopBinaryOperatorLeftOperand = null; 5307_forToLoopBinaryOperatorLeftOperand = visitLoopControlVariableReference(forceImplicit: true); // Yes we are going to evaluate it again 5312_forToLoopBinaryOperatorLeftOperand = null;
6 references to _forToLoopBinaryOperatorLeftOperand
Microsoft.CodeAnalysis (6)
Operations\ControlFlowGraphBuilder.cs (6)
4905Debug.Assert(_forToLoopBinaryOperatorLeftOperand == null); 5049Debug.Assert(_forToLoopBinaryOperatorLeftOperand == null); 5073_forToLoopBinaryOperatorLeftOperand = OperationCloner.CloneOperation(_forToLoopBinaryOperatorLeftOperand); 5297Debug.Assert(_forToLoopBinaryOperatorLeftOperand == null); 7435if (_forToLoopBinaryOperatorLeftOperand != null) 7437return _forToLoopBinaryOperatorLeftOperand;