1 write to _runContinuationsAsynchronously
System.Threading.Channels (1)
System\Threading\Channels\UnboundedChannel.cs (1)
34
_runContinuationsAsynchronously
= runContinuationsAsynchronously;
6 references to _runContinuationsAsynchronously
System.Threading.Channels (6)
System\Threading\Channels\UnboundedChannel.cs (6)
51
_readerSingleton = new AsyncOperation<T>(parent.
_runContinuationsAsynchronously
, pooled: true);
52
_waiterSingleton = new AsyncOperation<bool>(parent.
_runContinuationsAsynchronously
, pooled: true);
107
var reader = new AsyncOperation<T>(parent.
_runContinuationsAsynchronously
, cancellationToken);
184
var waiter = new AsyncOperation<bool>(parent.
_runContinuationsAsynchronously
, cancellationToken);
334
if (
_runContinuationsAsynchronously
)
341
if ((!_blockedReaders.IsEmpty || _waitingReadersTail != null) &&
_runContinuationsAsynchronously
)