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