11 references to visitLoopControlVariableReference
Microsoft.CodeAnalysis (11)
Operations\ControlFlowGraphBuilder.cs (11)
4809visitLoopControlVariableReference(forceImplicit: true), // Yes we are going to evaluate it again 4843PushOperand(visitLoopControlVariableReference(forceImplicit: false)); 5026PushOperand(visitLoopControlVariableReference(forceImplicit: true)); 5045PushOperand(visitLoopControlVariableReference(forceImplicit: true)); // Yes we are going to evaluate it again 5078PushOperand(visitLoopControlVariableReference(forceImplicit: true)); // Yes we are going to evaluate it again 5178PushOperand(CallNullableMember(visitLoopControlVariableReference(forceImplicit: true), SpecialMember.System_Nullable_T_GetValueOrDefault)); // Yes we are going to evaluate it again 5290IOperation controlVariableReferenceForAssignment = visitLoopControlVariableReference(forceImplicit: true); // Yes we are going to evaluate it again 5296_forToLoopBinaryOperatorLeftOperand = visitLoopControlVariableReference(forceImplicit: true); // Yes we are going to evaluate it again 5323PushOperand(visitLoopControlVariableReference(forceImplicit: true)); // Yes we are going to evaluate it again 5335MakeIsNullOperation(visitLoopControlVariableReference(forceImplicit: true), // Yes we are going to evaluate it again 5375IOperation controlVariableReferenceForIncrement = visitLoopControlVariableReference(forceImplicit: true); // Yes we are going to evaluate it again