1 write to _runContinuationsAsynchronously
System.Threading.Channels (1)
System\Threading\Channels\SingleConsumerUnboundedChannel.cs (1)
44
_runContinuationsAsynchronously
= runContinuationsAsynchronously;
4 references to _runContinuationsAsynchronously
System.Threading.Channels (4)
System\Threading\Channels\SingleConsumerUnboundedChannel.cs (4)
62
_readerSingleton = new BlockedReadAsyncOperation<T>(parent.
_runContinuationsAsynchronously
, pooled: true);
63
_waiterSingleton = new WaitingReadAsyncOperation(parent.
_runContinuationsAsynchronously
, pooled: true);
114
newBlockedReader = new BlockedReadAsyncOperation<T>(_parent.
_runContinuationsAsynchronously
, cancellationToken, cancellationCallback: _parent.CancellationCallbackDelegate);
186
newWaitingReader = new WaitingReadAsyncOperation(_parent.
_runContinuationsAsynchronously
, cancellationToken, cancellationCallback: _parent.CancellationCallbackDelegate);