1 write to _runContinuationsAsynchronously
System.Threading.Channels (1)
System\Threading\Channels\BoundedChannel.cs (1)
60
_runContinuationsAsynchronously
= runContinuationsAsynchronously;
4 references to _runContinuationsAsynchronously
System.Threading.Channels (4)
System\Threading\Channels\BoundedChannel.cs (4)
79
_readerSingleton = new BlockedReadAsyncOperation<T>(parent.
_runContinuationsAsynchronously
, pooled: true);
80
_waiterSingleton = new WaitingReadAsyncOperation(parent.
_runContinuationsAsynchronously
, pooled: true);
184
var reader = new BlockedReadAsyncOperation<T>(parent.
_runContinuationsAsynchronously
, cancellationToken, cancellationCallback: _parent.CancellationCallbackDelegate);
231
var waiter = new WaitingReadAsyncOperation(parent.
_runContinuationsAsynchronously
, cancellationToken, cancellationCallback: _parent.CancellationCallbackDelegate);