1 write to _parent
System.Threading.Channels (1)
System\Threading\Channels\BoundedChannel.cs (1)
300_parent = parent;
9 references to _parent
System.Threading.Channels (9)
System\Threading\Channels\BoundedChannel.cs (9)
307BoundedChannel<T> parent = _parent; 368BoundedChannel<T> parent = _parent; 474BoundedChannel<T> parent = _parent; 509var waiter = new WaitingWriteAsyncOperation(runContinuationsAsynchronously: true, cancellationToken, cancellationCallback: _parent.CancellationCallbackDelegate); 525BoundedChannel<T> parent = _parent; 586var writer = new BlockedWriteAsyncOperation<T>(runContinuationsAsynchronously: true, cancellationToken, cancellationCallback: _parent.CancellationCallbackDelegate) 643private int ItemsCountForDebugger => _parent._items.Count; 646private int CapacityForDebugger => _parent._bufferedCapacity; 649IEnumerator<T> IDebugEnumerable<T>.GetEnumerator() => _parent._items.GetEnumerator();