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)
327protected readonly SharedLong _sharedIndex; 329protected DynamicPartitionEnumerator_Abstract(TSourceReader sharedReader, SharedLong sharedIndex) 334protected DynamicPartitionEnumerator_Abstract(TSourceReader sharedReader, SharedLong sharedIndex, bool useSingleChunking) 543private readonly SharedLong _sharedIndex; //initial value -1 883SharedLong sharedIndex, 1057protected DynamicPartitionEnumeratorForIndexRange_Abstract(TSourceReader sharedReader, SharedLong sharedIndex) 1173private readonly SharedLong _sharedIndex; 1199internal InternalPartitionEnumerator(IList<TSource> sharedReader, SharedLong sharedIndex) 1258private readonly SharedLong _sharedIndex; 1285internal InternalPartitionEnumerator(TSource[] sharedReader, SharedLong sharedIndex)