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