6 references to ShouldExitLoop
System.Threading.Tasks.Parallel (6)
System\Threading\Tasks\Parallel.cs (5)
1001sharedPStateFlags.ShouldExitLoop(nFromInclusiveLocal)) 1060|| !sharedPStateFlags.ShouldExitLoop(j)); 1071|| !sharedPStateFlags.ShouldExitLoop(j)); 1090!sharedPStateFlags.ShouldExitLoop(nFromInclusiveLocal))); 2665if (sharedPStateFlags.ShouldExitLoop(index)) break;
System\Threading\Tasks\ParallelLoopState.cs (1)
258get { return _sharedParallelStateFlags.ShouldExitLoop(CurrentIteration); }