3 instantiations of SharedLong
mscorlib (3)
system\collections\concurrent\PartitionerStatic.cs (3)
593m_sharedIndex = new SharedLong(-1); 1233m_sharedIndex = new SharedLong(-1); 1318m_sharedIndex = new SharedLong(-1);
10 references to SharedLong
mscorlib (10)
system\collections\concurrent\PartitionerStatic.cs (10)
348protected readonly SharedLong m_sharedIndex; 350protected DynamicPartitionEnumerator_Abstract(TSourceReader sharedReader, SharedLong sharedIndex) 355protected DynamicPartitionEnumerator_Abstract(TSourceReader sharedReader, SharedLong sharedIndex, bool useSingleChunking) 566private SharedLong m_sharedIndex;//initial value -1 916SharedLong sharedIndex, 1108protected DynamicPartitionEnumeratorForIndexRange_Abstract(TSourceReader sharedReader, SharedLong sharedIndex) 1228private SharedLong m_sharedIndex; 1254internal InternalPartitionEnumerator(IList<TSource> sharedReader, SharedLong sharedIndex) 1313private SharedLong m_sharedIndex; 1340internal InternalPartitionEnumerator(TSource[] sharedReader, SharedLong sharedIndex)