17 references to Enqueue
System.Threading.Channels (17)
System\Threading\Channels\BoundedChannel.cs (8)
178
ChannelUtilities.
Enqueue
(ref parent._blockedReadersHead, singleton);
185
ChannelUtilities.
Enqueue
(ref parent._blockedReadersHead, reader);
225
ChannelUtilities.
Enqueue
(ref parent._waitingReadersHead, singleton);
232
ChannelUtilities.
Enqueue
(ref parent._waitingReadersHead, waiter);
503
ChannelUtilities.
Enqueue
(ref parent._waitingWritersHead, singleton);
510
ChannelUtilities.
Enqueue
(ref parent._waitingWritersHead, waiter);
580
ChannelUtilities.
Enqueue
(ref parent._blockedWritersHead, singleton);
590
ChannelUtilities.
Enqueue
(ref parent._blockedWritersHead, writer);
System\Threading\Channels\ChannelUtilities.cs (1)
275
Enqueue
(ref reserved, current);
System\Threading\Channels\RendezvousChannel.cs (4)
161
ChannelUtilities.
Enqueue
(ref parent._blockedReadersHead, reader);
217
ChannelUtilities.
Enqueue
(ref parent._waitingReadersHead, waiter);
367
ChannelUtilities.
Enqueue
(ref parent._waitingWritersHead, waiter);
404
ChannelUtilities.
Enqueue
(ref parent._blockedWritersHead, writer);
System\Threading\Channels\UnboundedChannel.cs (2)
104
ChannelUtilities.
Enqueue
(ref parent._blockedReadersHead, reader);
172
ChannelUtilities.
Enqueue
(ref parent._waitingReadersHead, waiter);
System\Threading\Channels\UnboundedPriorityChannel.cs (2)
105
ChannelUtilities.
Enqueue
(ref parent._blockedReadersHead, reader);
177
ChannelUtilities.
Enqueue
(ref parent._waitingReadersHead, waiter);