8 writes to _forToLoopBinaryOperatorLeftOperand
Microsoft.CodeAnalysis (8)
Operations\ControlFlowGraphBuilder.cs (8)
4801_forToLoopBinaryOperatorLeftOperand = GetCaptureReference(stepValueId, operation.StepValue); 4806_forToLoopBinaryOperatorLeftOperand = stepValue; 4814_forToLoopBinaryOperatorLeftOperand = null; 4957_forToLoopBinaryOperatorLeftOperand = controlVariableReferenceForCondition; 4965_forToLoopBinaryOperatorLeftOperand = OperationCloner.CloneOperation(_forToLoopBinaryOperatorLeftOperand); 4973_forToLoopBinaryOperatorLeftOperand = null; 5199_forToLoopBinaryOperatorLeftOperand = visitLoopControlVariableReference(forceImplicit: true); // Yes we are going to evaluate it again 5204_forToLoopBinaryOperatorLeftOperand = null;
6 references to _forToLoopBinaryOperatorLeftOperand
Microsoft.CodeAnalysis (6)
Operations\ControlFlowGraphBuilder.cs (6)
4797Debug.Assert(_forToLoopBinaryOperatorLeftOperand == null); 4941Debug.Assert(_forToLoopBinaryOperatorLeftOperand == null); 4965_forToLoopBinaryOperatorLeftOperand = OperationCloner.CloneOperation(_forToLoopBinaryOperatorLeftOperand); 5189Debug.Assert(_forToLoopBinaryOperatorLeftOperand == null); 7161if (_forToLoopBinaryOperatorLeftOperand != null) 7163return _forToLoopBinaryOperatorLeftOperand;