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