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 AsyncOperation<T>(parent.
_runContinuationsAsynchronously
, pooled: true);
63
_waiterSingleton = new AsyncOperation<bool>(parent.
_runContinuationsAsynchronously
, pooled: true);
114
newBlockedReader = new AsyncOperation<T>(_parent.
_runContinuationsAsynchronously
, cancellationToken);
186
newWaitingReader = new AsyncOperation<bool>(_parent.
_runContinuationsAsynchronously
, cancellationToken);