4 writes to _emptyToNonEmptyListTransitionCount
System.Collections.Concurrent (4)
System\Collections\Concurrent\ConcurrentBag.cs (4)
65queue.LocalPush(item, ref _emptyToNonEmptyListTransitionCount); 77.LocalPush(item, ref _emptyToNonEmptyListTransitionCount); 207long initialEmptyToNonEmptyCounts = Interlocked.Read(ref _emptyToNonEmptyListTransitionCount); 227if (Interlocked.Read(ref _emptyToNonEmptyListTransitionCount) == initialEmptyToNonEmptyCounts)