Implemented interface member:
property
IsEmpty
System.Collections.Concurrent.IProducerConsumerQueue<T>.IsEmpty
4 references to IsEmpty
System.Threading.Channels (4)
System\Threading\Channels\SingleConsumerUnboundedChannel.cs (4)
128if (parent._doneWriting != null && parent._items.IsEmpty) 148if (!_parent._items.IsEmpty) 158if (!parent._items.IsEmpty) 230if (parent._items.IsEmpty)