1 write to m_sharedLock
mscorlib (1)
system\collections\concurrent\PartitionerStatic.cs (1)
596m_sharedLock = new object();
3 references to m_sharedLock
mscorlib (3)
system\collections\concurrent\PartitionerStatic.cs (3)
635m_hasNoElementsLeft, m_sharedLock, m_activePartitionCount, this, m_useSingleChunking); 728lock (m_sharedLock) 795lock (m_sharedLock)