2 references to TryDequeue
System.Threading.Channels (2)
System\Threading\Channels\UnboundedPriorityChannel.cs (2)
89
if (parent._items.
TryDequeue
(out _, out T? item))
116
if (parent._items.
TryDequeue
(out _, out item))