2 writes to _activeCopiers
System.Collections.Concurrent (2)
System\Collections\Concurrent\PartitionerStatic.cs (2)
643Interlocked.Increment(ref _activeCopiers); 656Interlocked.Decrement(ref _activeCopiers);
2 references to _activeCopiers
System.Collections.Concurrent (2)
System\Collections\Concurrent\PartitionerStatic.cs (2)
776if (_activeCopiers > 0) 779while (_activeCopiers > 0) sw.SpinOnce();