1 write to _parent
System.Threading.Channels (1)
System\Threading\Channels\BoundedChannel.cs (1)
68_parent = parent;
10 references to _parent
System.Threading.Channels (10)
System\Threading\Channels\BoundedChannel.cs (10)
73public override Task Completion => _parent._completion.Task; 83BoundedChannel<T> parent = _parent; 97private int ItemsCountForDebugger => _parent._items.Count; 101BoundedChannel<T> parent = _parent; 120BoundedChannel<T> parent = _parent; 144BoundedChannel<T> parent = _parent; 194BoundedChannel<T> parent = _parent; 236ChannelUtilities.QueueWaiter(ref _parent._waitingReadersTail, waiter); 245BoundedChannel<T> parent = _parent; 293IEnumerator<T> IDebugEnumerable<T>.GetEnumerator() => _parent._items.GetEnumerator();