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