2 writes to _frozen
System.Collections.Concurrent (2)
System\Collections\Concurrent\ConcurrentBag.cs (2)
624Monitor.Enter(queue, ref queue._frozen); 652queue._frozen = false;
4 references to _frozen
System.Collections.Concurrent (4)
System\Collections\Concurrent\ConcurrentBag.cs (4)
650if (queue._frozen) 773if (!_frozen && (head - (tail - 1) < 0) && (tail - (head + _mask) < 0)) 884if (!_frozen && (_headIndex - tail < 0)) 1028Debug.Assert(_frozen);