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