Implemented interface member:
property
Count
System.Collections.Concurrent.IProducerConsumerQueue<T>.Count
4 references to Count
System.Threading.Channels (4)
src\libraries\Common\src\System\Collections\Concurrent\SingleProducerSingleConsumerQueue.cs (1)
371return Count;
System\Threading\Channels\SingleConsumerUnboundedChannel.cs (3)
196private int ItemsCountForDebugger => _parent._items.Count; 358private int ItemsCountForDebugger => _parent._items.Count; 367private int ItemsCountForDebugger => _items.Count;