1 write to _runContinuationsAsynchronously
System.Threading.Channels (1)
System\Threading\Channels\UnboundedChannel.cs (1)
38
_runContinuationsAsynchronously
= runContinuationsAsynchronously;
6 references to _runContinuationsAsynchronously
System.Threading.Channels (6)
System\Threading\Channels\UnboundedChannel.cs (6)
56
_readerSingleton = new BlockedReadAsyncOperation<T>(parent.
_runContinuationsAsynchronously
, pooled: true);
57
_waiterSingleton = new WaitingReadAsyncOperation(parent.
_runContinuationsAsynchronously
, pooled: true);
103
new BlockedReadAsyncOperation<T>(parent.
_runContinuationsAsynchronously
, cancellationToken, cancellationCallback: _parent.CancellationCallbackDelegate);
171
new(parent.
_runContinuationsAsynchronously
, cancellationToken, cancellationCallback: _parent.CancellationCallbackDelegate);
339
if (
_runContinuationsAsynchronously
)
347
if ((_blockedReadersHead is not null || _waitingReadersHead is not null) &&
_runContinuationsAsynchronously
)