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