2 instantiations of UnboundedPrioritizedChannel
System.Threading.Channels (2)
System\Threading\Channels\Channel.netcoreapp.cs (2)
18
new
UnboundedPrioritizedChannel
<T>(runContinuationsAsynchronously: true, comparer: null);
33
return new
UnboundedPrioritizedChannel
<T>(!options.AllowSynchronousContinuations, options.Comparer);
11 references to UnboundedPrioritizedChannel
System.Threading.Channels (11)
System\Threading\Channels\UnboundedPriorityChannel.cs (11)
50
internal readonly
UnboundedPrioritizedChannel
<T> _parent;
54
internal UnboundedPrioritizedChannelReader(
UnboundedPrioritizedChannel
<T> parent)
77
UnboundedPrioritizedChannel
<T> parent = _parent;
115
UnboundedPrioritizedChannel
<T> parent = _parent;
132
UnboundedPrioritizedChannel
<T> parent = _parent;
139
private static void CompleteIfDone(
UnboundedPrioritizedChannel
<T> parent)
157
UnboundedPrioritizedChannel
<T> parent = _parent;
202
internal readonly
UnboundedPrioritizedChannel
<T> _parent;
204
internal UnboundedPrioritizedChannelWriter(
UnboundedPrioritizedChannel
<T> parent) => _parent = parent;
208
UnboundedPrioritizedChannel
<T> parent = _parent;
248
UnboundedPrioritizedChannel
<T> parent = _parent;