2 writes to m_activePartitionCount
mscorlib (2)
system\collections\concurrent\PartitionerStatic.cs (2)
615m_activePartitionCount = new SharedInt(0); 622m_activePartitionCount = null;
1 reference to m_activePartitionCount
mscorlib (1)
system\collections\concurrent\PartitionerStatic.cs (1)
635m_hasNoElementsLeft, m_sharedLock, m_activePartitionCount, this, m_useSingleChunking);