11 references to visitLoopControlVariableReference
Microsoft.CodeAnalysis (11)
Operations\ControlFlowGraphBuilder.cs (11)
4820visitLoopControlVariableReference(forceImplicit: true), // Yes we are going to evaluate it again 4854PushOperand(visitLoopControlVariableReference(forceImplicit: false)); 5037PushOperand(visitLoopControlVariableReference(forceImplicit: true)); 5056PushOperand(visitLoopControlVariableReference(forceImplicit: true)); // Yes we are going to evaluate it again 5089PushOperand(visitLoopControlVariableReference(forceImplicit: true)); // Yes we are going to evaluate it again 5189PushOperand(CallNullableMember(visitLoopControlVariableReference(forceImplicit: true), SpecialMember.System_Nullable_T_GetValueOrDefault)); // Yes we are going to evaluate it again 5301IOperation controlVariableReferenceForAssignment = visitLoopControlVariableReference(forceImplicit: true); // Yes we are going to evaluate it again 5307_forToLoopBinaryOperatorLeftOperand = visitLoopControlVariableReference(forceImplicit: true); // Yes we are going to evaluate it again 5334PushOperand(visitLoopControlVariableReference(forceImplicit: true)); // Yes we are going to evaluate it again 5346MakeIsNullOperation(visitLoopControlVariableReference(forceImplicit: true), // Yes we are going to evaluate it again 5386IOperation controlVariableReferenceForIncrement = visitLoopControlVariableReference(forceImplicit: true); // Yes we are going to evaluate it again