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