1 write to _parent
System.Threading.Channels (1)
System\Threading\Channels\BoundedChannel.cs (1)
78_parent = parent;
11 references to _parent
System.Threading.Channels (11)
System\Threading\Channels\BoundedChannel.cs (11)
83public override Task Completion => _parent._completion.Task; 93BoundedChannel<T> parent = _parent; 107private int ItemsCountForDebugger => _parent._items.Count; 111BoundedChannel<T> parent = _parent; 130BoundedChannel<T> parent = _parent; 154BoundedChannel<T> parent = _parent; 184var reader = new BlockedReadAsyncOperation<T>(parent._runContinuationsAsynchronously, cancellationToken, cancellationCallback: _parent.CancellationCallbackDelegate); 197BoundedChannel<T> parent = _parent; 231var waiter = new WaitingReadAsyncOperation(parent._runContinuationsAsynchronously, cancellationToken, cancellationCallback: _parent.CancellationCallbackDelegate); 241BoundedChannel<T> parent = _parent; 287IEnumerator<T> IDebugEnumerable<T>.GetEnumerator() => _parent._items.GetEnumerator();