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