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