11 references to visitLoopControlVariableReference
Microsoft.CodeAnalysis (11)
Operations\ControlFlowGraphBuilder.cs (11)
4712visitLoopControlVariableReference(forceImplicit: true), // Yes we are going to evaluate it again 4746PushOperand(visitLoopControlVariableReference(forceImplicit: false)); 4929PushOperand(visitLoopControlVariableReference(forceImplicit: true)); 4948PushOperand(visitLoopControlVariableReference(forceImplicit: true)); // Yes we are going to evaluate it again 4981PushOperand(visitLoopControlVariableReference(forceImplicit: true)); // Yes we are going to evaluate it again 5081PushOperand(CallNullableMember(visitLoopControlVariableReference(forceImplicit: true), SpecialMember.System_Nullable_T_GetValueOrDefault)); // Yes we are going to evaluate it again 5193IOperation controlVariableReferenceForAssignment = visitLoopControlVariableReference(forceImplicit: true); // Yes we are going to evaluate it again 5199_forToLoopBinaryOperatorLeftOperand = visitLoopControlVariableReference(forceImplicit: true); // Yes we are going to evaluate it again 5226PushOperand(visitLoopControlVariableReference(forceImplicit: true)); // Yes we are going to evaluate it again 5238MakeIsNullOperation(visitLoopControlVariableReference(forceImplicit: true), // Yes we are going to evaluate it again 5278IOperation controlVariableReferenceForIncrement = visitLoopControlVariableReference(forceImplicit: true); // Yes we are going to evaluate it again