5 references to ShouldExitLoop
mscorlib (5)
system\threading\Tasks\Parallel.cs (4)
1145sharedPStateFlags.ShouldExitLoop(nFromInclusiveLocal) == true) 1203|| !sharedPStateFlags.ShouldExitLoop(j)); 1215|| !sharedPStateFlags.ShouldExitLoop(j)); 1236!sharedPStateFlags.ShouldExitLoop(nFromInclusiveLocal)));
system\threading\Tasks\ParallelLoopState.cs (1)
312get { return m_sharedParallelStateFlags.ShouldExitLoop(CurrentIteration); }