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)
83
public override Task Completion =>
_parent
._completion.Task;
93
BoundedChannel<T> parent =
_parent
;
107
private int ItemsCountForDebugger =>
_parent
._items.Count;
111
BoundedChannel<T> parent =
_parent
;
130
BoundedChannel<T> parent =
_parent
;
154
BoundedChannel<T> parent =
_parent
;
184
var reader = new BlockedReadAsyncOperation<T>(parent._runContinuationsAsynchronously, cancellationToken, cancellationCallback:
_parent
.CancellationCallbackDelegate);
197
BoundedChannel<T> parent =
_parent
;
231
var waiter = new WaitingReadAsyncOperation(parent._runContinuationsAsynchronously, cancellationToken, cancellationCallback:
_parent
.CancellationCallbackDelegate);
241
BoundedChannel<T> parent =
_parent
;
287
IEnumerator<T> IDebugEnumerable<T>.GetEnumerator() =>
_parent
._items.GetEnumerator();