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