1 write to _parent
System.Threading.Channels (1)
System\Threading\Channels\BoundedChannel.cs (1)
306_parent = parent;
7 references to _parent
System.Threading.Channels (7)
System\Threading\Channels\BoundedChannel.cs (7)
313BoundedChannel<T> parent = _parent; 359BoundedChannel<T> parent = _parent; 483BoundedChannel<T> parent = _parent; 534BoundedChannel<T> parent = _parent; 666private int ItemsCountForDebugger => _parent._items.Count; 669private int CapacityForDebugger => _parent._bufferedCapacity; 672IEnumerator<T> IDebugEnumerable<T>.GetEnumerator() => _parent._items.GetEnumerator();