3 references to LowestBreakIteration
mscorlib (3)
system\threading\Tasks\Parallel.cs (2)
1304
result.m_lowestBreakIteration = sharedPStateFlags.
LowestBreakIteration
;
1318
nTotalIterations = sharedPStateFlags.
LowestBreakIteration
- fromInclusive;
system\threading\Tasks\ParallelLoopState.cs (1)
529
(((flags & PLS_BROKEN) != 0) && (CallerIteration >
LowestBreakIteration
))));