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)
313
BoundedChannel<T> parent =
_parent
;
359
BoundedChannel<T> parent =
_parent
;
483
BoundedChannel<T> parent =
_parent
;
534
BoundedChannel<T> parent =
_parent
;
666
private int ItemsCountForDebugger =>
_parent
._items.Count;
669
private int CapacityForDebugger =>
_parent
._bufferedCapacity;
672
IEnumerator<T> IDebugEnumerable<T>.GetEnumerator() =>
_parent
._items.GetEnumerator();