3 overrides of Count
System.Threading.Channels (3)
System\Threading\Channels\BoundedChannel.cs (1)
79
public override int
Count
System\Threading\Channels\UnboundedChannel.cs (1)
61
public override int
Count
=> _parent._items.Count;
System\Threading\Channels\UnboundedPriorityChannel.cs (1)
67
public override int
Count
=> _parent._items.Count;
1 reference to Count
System.Threading.Channels (1)
System\Threading\Channels\ChannelReader.cs (1)
23
/// <summary>Gets whether <see cref="
Count
"/> is available for use on this <see cref="ChannelReader{T}"/> instance.</summary>