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)
128
if (parent._doneWriting != null && parent._items.
IsEmpty
)
148
if (!_parent._items.
IsEmpty
)
158
if (!parent._items.
IsEmpty
)
230
if (parent._items.
IsEmpty
)