6 references to ShouldExitLoop
System.Threading.Tasks.Parallel (6)
System\Threading\Tasks\Parallel.cs (5)
1006sharedPStateFlags.ShouldExitLoop(nFromInclusiveLocal)) 1065|| !sharedPStateFlags.ShouldExitLoop(j)); 1076|| !sharedPStateFlags.ShouldExitLoop(j)); 1095!sharedPStateFlags.ShouldExitLoop(nFromInclusiveLocal))); 2670if (sharedPStateFlags.ShouldExitLoop(index)) break;
System\Threading\Tasks\ParallelLoopState.cs (1)
258get { return _sharedParallelStateFlags.ShouldExitLoop(CurrentIteration); }