1 write to _runContinuationsAsynchronously
System.Threading.Channels (1)
System\Threading\Channels\UnboundedPriorityChannel.cs (1)
43
_runContinuationsAsynchronously
= runContinuationsAsynchronously;
6 references to _runContinuationsAsynchronously
System.Threading.Channels (6)
System\Threading\Channels\UnboundedPriorityChannel.cs (6)
63
_readerSingleton = new BlockedReadAsyncOperation<T>(parent.
_runContinuationsAsynchronously
, pooled: true);
64
_waiterSingleton = new WaitingReadAsyncOperation(parent.
_runContinuationsAsynchronously
, pooled: true);
104
new BlockedReadAsyncOperation<T>(parent.
_runContinuationsAsynchronously
, cancellationToken, cancellationCallback: _parent.CancellationCallbackDelegate);
176
new(parent.
_runContinuationsAsynchronously
, cancellationToken, cancellationCallback: _parent.CancellationCallbackDelegate);
345
if (
_runContinuationsAsynchronously
)
353
if ((_blockedReadersHead is not null || _waitingReadersHead is not null) &&
_runContinuationsAsynchronously
)