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