1 write to m_endIndex
mscorlib (1)
system\collections\concurrent\PartitionerStatic.cs (1)
1479m_endIndex = endIndex;
4 references to m_endIndex
mscorlib (4)
system\collections\concurrent\PartitionerStatic.cs (4)
1507if (m_offset < m_endIndex) 1520m_offset = m_endIndex + 1; 1587Contract.Assert(m_offset >= m_startIndex && m_offset <= m_endIndex); 1644Contract.Assert(m_offset >= m_startIndex && m_offset <= m_endIndex);