7 writes to Value
System.Collections.Concurrent (7)
System\Collections\Concurrent\PartitionerStatic.cs (7)
707_sharedIndex.Value = checked(_sharedIndex.Value + 1); 792_sharedIndex.Value = checked(_sharedIndex.Value + 1); 818_sharedIndex.Value = checked(_sharedIndex.Value + 1); 1090long oldSharedIndex = Volatile.Read(ref _sharedIndex.Value); 1106if (Interlocked.CompareExchange(ref _sharedIndex.Value, newSharedIndex, oldSharedIndex) 1132return Volatile.Read(ref _sharedIndex.Value) >= SourceCount - 1; 1628Value = value;
6 references to Value
System.Collections.Concurrent (6)
System\Collections\Concurrent\PartitionerStatic.cs (6)
707_sharedIndex.Value = checked(_sharedIndex.Value + 1); 709= new KeyValuePair<long, TSource>(_sharedIndex.Value, 792_sharedIndex.Value = checked(_sharedIndex.Value + 1); 794= new KeyValuePair<long, TSource>(_sharedIndex.Value, 818_sharedIndex.Value = checked(_sharedIndex.Value + 1); 820= new KeyValuePair<long, TSource>(_sharedIndex.Value,