1 write to m_startIndex
mscorlib (1)
system\collections\concurrent\PartitionerStatic.cs (1)
1165m_startIndex = (int)(oldSharedIndex + 1);
4 references to m_startIndex
mscorlib (4)
system\collections\concurrent\PartitionerStatic.cs (4)
1277return new KeyValuePair<long, TSource>(m_startIndex + m_localOffset.Value, 1278m_sharedReader[m_startIndex + m_localOffset.Value]); 1361return new KeyValuePair<long, TSource>(m_startIndex + m_localOffset.Value, 1362m_sharedReader[m_startIndex + m_localOffset.Value]);