1 instantiation of SingleConsumerUnboundedChannel
System.Threading.Channels (1)
System\Threading\Channels\Channel.cs (1)
27
return new
SingleConsumerUnboundedChannel
<T>(!options.AllowSynchronousContinuations);
9 references to SingleConsumerUnboundedChannel
System.Threading.Channels (9)
System\Threading\Channels\SingleConsumerUnboundedChannel.cs (9)
55
internal readonly
SingleConsumerUnboundedChannel
<T> _parent;
59
internal UnboundedChannelReader(
SingleConsumerUnboundedChannel
<T> parent)
82
SingleConsumerUnboundedChannel
<T> parent = _parent;
125
SingleConsumerUnboundedChannel
<T> parent = _parent;
153
SingleConsumerUnboundedChannel
<T> parent = _parent;
206
internal readonly
SingleConsumerUnboundedChannel
<T> _parent;
207
internal UnboundedChannelWriter(
SingleConsumerUnboundedChannel
<T> parent) => _parent = parent;
215
SingleConsumerUnboundedChannel
<T> parent = _parent;
283
SingleConsumerUnboundedChannel
<T> parent = _parent;