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