1 write to m_activePartitionCount
mscorlib (1)
system\collections\concurrent\PartitionerStatic.cs (1)
927m_activePartitionCount = activePartitionCount;
4 references to m_activePartitionCount
mscorlib (4)
system\collections\concurrent\PartitionerStatic.cs (4)
929if (m_activePartitionCount != null) 932Interlocked.Increment(ref m_activePartitionCount.Value); 1006if (m_activePartitionCount != null && Interlocked.Decrement(ref m_activePartitionCount.Value) == 0)