6 references to ShouldExitLoop
System.Threading.Tasks.Parallel (6)
System\Threading\Tasks\Parallel.cs (5)
996sharedPStateFlags.ShouldExitLoop(nFromInclusiveLocal)) 1055|| !sharedPStateFlags.ShouldExitLoop(j)); 1066|| !sharedPStateFlags.ShouldExitLoop(j)); 1085!sharedPStateFlags.ShouldExitLoop(nFromInclusiveLocal))); 2660if (sharedPStateFlags.ShouldExitLoop(index)) break;
System\Threading\Tasks\ParallelLoopState.cs (1)
258get { return _sharedParallelStateFlags.ShouldExitLoop(CurrentIteration); }