1 write to m_sharedIndex
mscorlib (1)
system\collections\concurrent\PartitionerStatic.cs (1)
358m_sharedIndex = sharedIndex;
5 references to m_sharedIndex
mscorlib (5)
system\collections\concurrent\PartitionerStatic.cs (5)
1139Contract.Assert(m_sharedIndex != null); 1141long oldSharedIndex = Volatile.Read(ref m_sharedIndex.Value); 1157if (Interlocked.CompareExchange(ref m_sharedIndex.Value, newSharedIndex, oldSharedIndex) 1181Contract.Assert(m_sharedIndex != null); 1183return Volatile.Read(ref m_sharedIndex.Value) >= SourceCount - 1;