6 references to ShouldExitLoop
mscorlib (6)
system\threading\Tasks\Parallel.cs (5)
1458sharedPStateFlags.ShouldExitLoop(nFromInclusiveLocal) == true) 1518|| !sharedPStateFlags.ShouldExitLoop(j)); 1529|| !sharedPStateFlags.ShouldExitLoop(j)); 1549!sharedPStateFlags.ShouldExitLoop(nFromInclusiveLocal))); 3365if (sharedPStateFlags.ShouldExitLoop(index)) break;
system\threading\Tasks\ParallelLoopState.cs (1)
377get { return m_sharedParallelStateFlags.ShouldExitLoop(CurrentIteration); }