1 write to _parent
System.Threading.Channels (1)
System\Threading\Channels\UnboundedChannel.cs (1)
50_parent = parent;
8 references to _parent
System.Threading.Channels (8)
System\Threading\Channels\UnboundedChannel.cs (8)
55public override Task Completion => _parent._completion.Task; 61public override int Count => _parent._items.Count; 71UnboundedChannel<T> parent = _parent; 115UnboundedChannel<T> parent = _parent; 129_parent._items.TryPeek(out item); 147if (!_parent._items.IsEmpty) 152UnboundedChannel<T> parent = _parent; 191IEnumerator<T> IDebugEnumerable<T>.GetEnumerator() => _parent._items.GetEnumerator();