11 references to visitLoopControlVariableReference
Microsoft.CodeAnalysis (11)
Operations\ControlFlowGraphBuilder.cs (11)
4811visitLoopControlVariableReference(forceImplicit: true), // Yes we are going to evaluate it again 4845PushOperand(visitLoopControlVariableReference(forceImplicit: false)); 5028PushOperand(visitLoopControlVariableReference(forceImplicit: true)); 5047PushOperand(visitLoopControlVariableReference(forceImplicit: true)); // Yes we are going to evaluate it again 5080PushOperand(visitLoopControlVariableReference(forceImplicit: true)); // Yes we are going to evaluate it again 5180PushOperand(CallNullableMember(visitLoopControlVariableReference(forceImplicit: true), SpecialMember.System_Nullable_T_GetValueOrDefault)); // Yes we are going to evaluate it again 5292IOperation controlVariableReferenceForAssignment = visitLoopControlVariableReference(forceImplicit: true); // Yes we are going to evaluate it again 5298_forToLoopBinaryOperatorLeftOperand = visitLoopControlVariableReference(forceImplicit: true); // Yes we are going to evaluate it again 5325PushOperand(visitLoopControlVariableReference(forceImplicit: true)); // Yes we are going to evaluate it again 5337MakeIsNullOperation(visitLoopControlVariableReference(forceImplicit: true), // Yes we are going to evaluate it again 5377IOperation controlVariableReferenceForIncrement = visitLoopControlVariableReference(forceImplicit: true); // Yes we are going to evaluate it again