1 write to m_lowestBreakIteration
mscorlib (1)
system\threading\Tasks\ParallelLoopState.cs (1)
224ref pflags.m_lowestBreakIteration,
5 references to m_lowestBreakIteration
mscorlib (5)
system\threading\Tasks\ParallelLoopState.cs (5)
219int oldLBI = pflags.m_lowestBreakIteration; 229oldLBI = pflags.m_lowestBreakIteration; 489get { return m_lowestBreakIteration; } 497if (m_lowestBreakIteration == Int32.MaxValue) return null; 501long rval = m_lowestBreakIteration;