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