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)
307
BoundedChannel<T> parent =
_parent
;
368
BoundedChannel<T> parent =
_parent
;
474
BoundedChannel<T> parent =
_parent
;
509
var waiter = new WaitingWriteAsyncOperation(runContinuationsAsynchronously: true, cancellationToken, cancellationCallback:
_parent
.CancellationCallbackDelegate);
525
BoundedChannel<T> parent =
_parent
;
586
var writer = new BlockedWriteAsyncOperation<T>(runContinuationsAsynchronously: true, cancellationToken, cancellationCallback:
_parent
.CancellationCallbackDelegate)
643
private int ItemsCountForDebugger =>
_parent
._items.Count;
646
private int CapacityForDebugger =>
_parent
._bufferedCapacity;
649
IEnumerator<T> IDebugEnumerable<T>.GetEnumerator() =>
_parent
._items.GetEnumerator();