8 writes to _forToLoopBinaryOperatorLeftOperand
Microsoft.CodeAnalysis (8)
Operations\ControlFlowGraphBuilder.cs (8)
4900_forToLoopBinaryOperatorLeftOperand = GetCaptureReference(stepValueId, operation.StepValue); 4905_forToLoopBinaryOperatorLeftOperand = stepValue; 4913_forToLoopBinaryOperatorLeftOperand = null; 5056_forToLoopBinaryOperatorLeftOperand = controlVariableReferenceForCondition; 5064_forToLoopBinaryOperatorLeftOperand = OperationCloner.CloneOperation(_forToLoopBinaryOperatorLeftOperand); 5072_forToLoopBinaryOperatorLeftOperand = null; 5298_forToLoopBinaryOperatorLeftOperand = visitLoopControlVariableReference(forceImplicit: true); // Yes we are going to evaluate it again 5303_forToLoopBinaryOperatorLeftOperand = null;
6 references to _forToLoopBinaryOperatorLeftOperand
Microsoft.CodeAnalysis (6)
Operations\ControlFlowGraphBuilder.cs (6)
4896Debug.Assert(_forToLoopBinaryOperatorLeftOperand == null); 5040Debug.Assert(_forToLoopBinaryOperatorLeftOperand == null); 5064_forToLoopBinaryOperatorLeftOperand = OperationCloner.CloneOperation(_forToLoopBinaryOperatorLeftOperand); 5288Debug.Assert(_forToLoopBinaryOperatorLeftOperand == null); 7423if (_forToLoopBinaryOperatorLeftOperand != null) 7425return _forToLoopBinaryOperatorLeftOperand;