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