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