8 writes to _forToLoopBinaryOperatorLeftOperand
Microsoft.CodeAnalysis (8)
Operations\ControlFlowGraphBuilder.cs (8)
4898_forToLoopBinaryOperatorLeftOperand = GetCaptureReference(stepValueId, operation.StepValue); 4903_forToLoopBinaryOperatorLeftOperand = stepValue; 4911_forToLoopBinaryOperatorLeftOperand = null; 5054_forToLoopBinaryOperatorLeftOperand = controlVariableReferenceForCondition; 5062_forToLoopBinaryOperatorLeftOperand = OperationCloner.CloneOperation(_forToLoopBinaryOperatorLeftOperand); 5070_forToLoopBinaryOperatorLeftOperand = null; 5296_forToLoopBinaryOperatorLeftOperand = visitLoopControlVariableReference(forceImplicit: true); // Yes we are going to evaluate it again 5301_forToLoopBinaryOperatorLeftOperand = null;
6 references to _forToLoopBinaryOperatorLeftOperand
Microsoft.CodeAnalysis (6)
Operations\ControlFlowGraphBuilder.cs (6)
4894Debug.Assert(_forToLoopBinaryOperatorLeftOperand == null); 5038Debug.Assert(_forToLoopBinaryOperatorLeftOperand == null); 5062_forToLoopBinaryOperatorLeftOperand = OperationCloner.CloneOperation(_forToLoopBinaryOperatorLeftOperand); 5286Debug.Assert(_forToLoopBinaryOperatorLeftOperand == null); 7399if (_forToLoopBinaryOperatorLeftOperand != null) 7401return _forToLoopBinaryOperatorLeftOperand;