3 writes to Item
System.Threading.Channels (3)
System\Threading\Channels\BoundedChannel.cs (2)
579
singleton.
Item
= item;
588
Item
= item
System\Threading\Channels\RendezvousChannel.cs (1)
403
writer.
Item
= item;
4 references to Item
System.Threading.Channels (4)
System\Threading\Channels\BoundedChannel.cs (1)
272
parent._items.EnqueueTail(w.
Item
!);
System\Threading\Channels\RendezvousChannel.cs (3)
100
item = blockedWriter.
Item
!;
121
item = blockedWriter.
Item
!;
174
result = new(blockedWriter.
Item
!);