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);
1090
long oldSharedIndex = Volatile.Read(ref _sharedIndex.
Value
);
1106
if (Interlocked.CompareExchange(ref _sharedIndex.
Value
, newSharedIndex, oldSharedIndex)
1132
return Volatile.Read(ref _sharedIndex.
Value
) >= SourceCount - 1;
1628
Value
= 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
,