1 write to _runContinuationsAsynchronously
System.Threading.Channels (1)
System\Threading\Channels\UnboundedPriorityChannel.cs (1)
39
_runContinuationsAsynchronously
= runContinuationsAsynchronously;
6 references to _runContinuationsAsynchronously
System.Threading.Channels (6)
System\Threading\Channels\UnboundedPriorityChannel.cs (6)
57
_readerSingleton = new AsyncOperation<T>(parent.
_runContinuationsAsynchronously
, pooled: true);
58
_waiterSingleton = new AsyncOperation<bool>(parent.
_runContinuationsAsynchronously
, pooled: true);
107
var reader = new AsyncOperation<T>(parent.
_runContinuationsAsynchronously
, cancellationToken);
188
var waiter = new AsyncOperation<bool>(parent.
_runContinuationsAsynchronously
, cancellationToken);
339
if (
_runContinuationsAsynchronously
)
346
if ((!_blockedReaders.IsEmpty || _waitingReadersTail != null) &&
_runContinuationsAsynchronously
)