3 writes to m_lowestBreakIteration
mscorlib (3)
system\threading\Tasks\ParallelLoopState.cs (3)
267ref pflags.m_lowestBreakIteration, 558else return Interlocked.Read(ref m_lowestBreakIteration); 571else return Interlocked.Read(ref m_lowestBreakIteration);
3 references to m_lowestBreakIteration
mscorlib (3)
system\threading\Tasks\ParallelLoopState.cs (3)
557if (IntPtr.Size >= 8) return m_lowestBreakIteration; 567if (m_lowestBreakIteration == Int64.MaxValue) return null; 570if (IntPtr.Size >= 8) return m_lowestBreakIteration;