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