4 overrides of CanPeek
System.Threading.Channels (4)
System\Threading\Channels\BoundedChannel.cs (1)
77
public override bool
CanPeek
=> true;
System\Threading\Channels\SingleConsumerUnboundedChannel.cs (1)
68
public override bool
CanPeek
=> true;
System\Threading\Channels\UnboundedChannel.cs (1)
59
public override bool
CanPeek
=> true;
System\Threading\Channels\UnboundedPriorityChannel.cs (1)
65
public override bool
CanPeek
=> true;