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