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