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);
12 references to UnboundedPrioritizedChannel
System.Threading.Channels (12)
System\Threading\Channels\UnboundedPriorityChannel.cs (12)
56
internal readonly
UnboundedPrioritizedChannel
<T> _parent;
60
internal UnboundedPrioritizedChannelReader(
UnboundedPrioritizedChannel
<T> parent)
83
UnboundedPrioritizedChannel
<T> parent = _parent;
112
UnboundedPrioritizedChannel
<T> parent = _parent;
129
UnboundedPrioritizedChannel
<T> parent = _parent;
136
private static void CompleteIfDone(
UnboundedPrioritizedChannel
<T> parent)
154
UnboundedPrioritizedChannel
<T> parent = _parent;
190
internal readonly
UnboundedPrioritizedChannel
<T> _parent;
192
internal UnboundedPrioritizedChannelWriter(
UnboundedPrioritizedChannel
<T> parent) => _parent = parent;
196
UnboundedPrioritizedChannel
<T> parent = _parent;
246
UnboundedPrioritizedChannel
<T> parent = _parent;
333
}, new KeyValuePair<
UnboundedPrioritizedChannel
<T>, AsyncOperation>(this, op));