1 write to m_startIndex
mscorlib (1)
system\collections\concurrent\PartitionerStatic.cs (1)
1478m_startIndex = startIndex;
4 references to m_startIndex
mscorlib (4)
system\collections\concurrent\PartitionerStatic.cs (4)
1582if (m_offset < m_startIndex) 1587Contract.Assert(m_offset >= m_startIndex && m_offset <= m_endIndex); 1639if (m_offset < m_startIndex) 1644Contract.Assert(m_offset >= m_startIndex && m_offset <= m_endIndex);