3 instantiations of SharedLong
System.Collections.Concurrent (3)
System\Collections\Concurrent\PartitionerStatic.cs (3)
570
_sharedIndex = new
SharedLong
(-1);
1178
_sharedIndex = new
SharedLong
(-1);
1263
_sharedIndex = new
SharedLong
(-1);
10 references to SharedLong
System.Collections.Concurrent (10)
System\Collections\Concurrent\PartitionerStatic.cs (10)
327
protected readonly
SharedLong
_sharedIndex;
329
protected DynamicPartitionEnumerator_Abstract(TSourceReader sharedReader,
SharedLong
sharedIndex)
334
protected DynamicPartitionEnumerator_Abstract(TSourceReader sharedReader,
SharedLong
sharedIndex, bool useSingleChunking)
543
private readonly
SharedLong
_sharedIndex; //initial value -1
883
SharedLong
sharedIndex,
1057
protected DynamicPartitionEnumeratorForIndexRange_Abstract(TSourceReader sharedReader,
SharedLong
sharedIndex)
1173
private readonly
SharedLong
_sharedIndex;
1199
internal InternalPartitionEnumerator(IList<TSource> sharedReader,
SharedLong
sharedIndex)
1258
private readonly
SharedLong
_sharedIndex;
1285
internal InternalPartitionEnumerator(TSource[] sharedReader,
SharedLong
sharedIndex)