1 write to m_sharedIndex
mscorlib (1)
system\collections\concurrent\PartitionerStatic.cs (1)
593
m_sharedIndex
= new SharedLong(-1);
11 references to m_sharedIndex
mscorlib (11)
system\collections\concurrent\PartitionerStatic.cs (11)
634
return new InternalPartitionEnumerator(m_sharedReader,
m_sharedIndex
,
736
m_sharedIndex
.Value = checked(
m_sharedIndex
.Value + 1);
738
= new KeyValuePair<long, TSource>(
m_sharedIndex
.Value,
811
Contract.Assert(
m_sharedIndex
!= null); //already been allocated in MoveNext() before calling GrabNextChunk
821
m_sharedIndex
.Value = checked(
m_sharedIndex
.Value + 1);
823
= new KeyValuePair<long, TSource>(
m_sharedIndex
.Value,
847
m_sharedIndex
.Value = checked(
m_sharedIndex
.Value + 1);
849
= new KeyValuePair<long, TSource>(
m_sharedIndex
.Value,