3 writes to _stealCount
System.Collections.Concurrent (3)
System\Collections\Concurrent\ConcurrentBag.cs (3)
819_stealCount = 0; 845_addTakeCount = _stealCount = 0; 996_stealCount++;
3 references to _stealCount
System.Collections.Concurrent (3)
System\Collections\Concurrent\ConcurrentBag.cs (3)
676/// <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> 818_addTakeCount -= _stealCount; 1055int stealCount = _stealCount;