2 writes to m_activeCopiers
mscorlib (2)
system\collections\concurrent\PartitionerStatic.cs (2)
672Interlocked.Increment(ref m_activeCopiers); 685Interlocked.Decrement(ref m_activeCopiers);
2 references to m_activeCopiers
mscorlib (2)
system\collections\concurrent\PartitionerStatic.cs (2)
805if (m_activeCopiers > 0) 808while( m_activeCopiers > 0) sw.SpinOnce();