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)
73
public override Task Completion =>
_parent
._completion.Task;
83
BoundedChannel<T> parent =
_parent
;
97
private int ItemsCountForDebugger =>
_parent
._items.Count;
101
BoundedChannel<T> parent =
_parent
;
120
BoundedChannel<T> parent =
_parent
;
144
BoundedChannel<T> parent =
_parent
;
194
BoundedChannel<T> parent =
_parent
;
236
ChannelUtilities.QueueWaiter(ref
_parent
._waitingReadersTail, waiter);
245
BoundedChannel<T> parent =
_parent
;
293
IEnumerator<T> IDebugEnumerable<T>.GetEnumerator() =>
_parent
._items.GetEnumerator();