2 instantiations of UnboundedChannel
System.Threading.Channels (2)
System\Threading\Channels\Channel.cs (2)
12
new
UnboundedChannel
<T>(runContinuationsAsynchronously: true);
30
return new
UnboundedChannel
<T>(!options.AllowSynchronousContinuations);
10 references to UnboundedChannel
System.Threading.Channels (10)
System\Threading\Channels\UnboundedChannel.cs (10)
44
internal readonly
UnboundedChannel
<T> _parent;
48
internal UnboundedChannelReader(
UnboundedChannel
<T> parent)
71
UnboundedChannel
<T> parent = _parent;
115
UnboundedChannel
<T> parent = _parent;
131
private static void CompleteIfDone(
UnboundedChannel
<T> parent)
152
UnboundedChannel
<T> parent = _parent;
198
internal readonly
UnboundedChannel
<T> _parent;
199
internal UnboundedChannelWriter(
UnboundedChannel
<T> parent) => _parent = parent;
203
UnboundedChannel
<T> parent = _parent;
243
UnboundedChannel
<T> parent = _parent;