3 writes to _stealCount
System.Collections.Concurrent (3)
System\Collections\Concurrent\ConcurrentBag.cs (3)
825_stealCount = 0; 851_addTakeCount = _stealCount = 0; 1002_stealCount++;
3 references to _stealCount
System.Collections.Concurrent (3)
System\Collections\Concurrent\ConcurrentBag.cs (3)
682/// <summary>Numbers of elements in the queue from the local perspective; needs to be combined with <see cref="_stealCount"/> to get an actual Count.</summary> 824_addTakeCount -= _stealCount; 1061int stealCount = _stealCount;