2 writes to _frozen
System.Collections.Concurrent (2)
System\Collections\Concurrent\ConcurrentBag.cs (2)
618Monitor.Enter(queue, ref queue._frozen); 646queue._frozen = false;
4 references to _frozen
System.Collections.Concurrent (4)
System\Collections\Concurrent\ConcurrentBag.cs (4)
644if (queue._frozen) 767if (!_frozen && (head - (tail - 1) < 0) && (tail - (head + _mask) < 0)) 878if (!_frozen && (_headIndex - tail < 0)) 1022Debug.Assert(_frozen);