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
;
1061
int stealCount =
_stealCount
;