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