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