1 write to _sharedIndex
System.Collections.Concurrent (1)
System\Collections\Concurrent\PartitionerStatic.cs (1)
337_sharedIndex = sharedIndex;
5 references to _sharedIndex
System.Collections.Concurrent (5)
System\Collections\Concurrent\PartitionerStatic.cs (5)
1088Debug.Assert(_sharedIndex != null); 1090long oldSharedIndex = Volatile.Read(ref _sharedIndex.Value); 1106if (Interlocked.CompareExchange(ref _sharedIndex.Value, newSharedIndex, oldSharedIndex) 1130Debug.Assert(_sharedIndex != null); 1132return Volatile.Read(ref _sharedIndex.Value) >= SourceCount - 1;