6 references to LowestBreakIteration
mscorlib (6)
system\threading\Tasks\Parallel.cs (3)
1617
result.m_lowestBreakIteration = sharedPStateFlags.
LowestBreakIteration
;
1631
nTotalIterations = sharedPStateFlags.
LowestBreakIteration
- fromInclusive;
3512
result.m_lowestBreakIteration = sharedPStateFlags.
LowestBreakIteration
;
system\threading\Tasks\ParallelLoopState.cs (3)
262
long oldLBI = pflags.
LowestBreakIteration
;
272
oldLBI = pflags.
LowestBreakIteration
;
596
(((flags & PLS_BROKEN) != 0) && (CallerIteration >
LowestBreakIteration
))));