3 writes to m_lowestBreakIteration
mscorlib (3)
system\threading\Tasks\Parallel.cs (3)
1304result.m_lowestBreakIteration = sharedPStateFlags.LowestBreakIteration; 1617result.m_lowestBreakIteration = sharedPStateFlags.LowestBreakIteration; 3512result.m_lowestBreakIteration = sharedPStateFlags.LowestBreakIteration;
1 reference to m_lowestBreakIteration
mscorlib (1)
system\threading\Tasks\ParallelLoopState.cs (1)
639public long? LowestBreakIteration { get { return m_lowestBreakIteration; } }