1 write to _runContinuationsAsynchronously
System.Threading.Channels (1)
System\Threading\Channels\RendezvousChannel.cs (1)
51
_runContinuationsAsynchronously
= runContinuationsAsynchronously;
6 references to _runContinuationsAsynchronously
System.Threading.Channels (6)
System\Threading\Channels\RendezvousChannel.cs (6)
69
_readerSingleton = new BlockedReadAsyncOperation<T>(parent.
_runContinuationsAsynchronously
, pooled: true);
70
_waiterSingleton = new WaitingReadAsyncOperation(parent.
_runContinuationsAsynchronously
, pooled: true);
160
new(parent.
_runContinuationsAsynchronously
, cancellationToken, cancellationCallback: _parent.CancellationCallbackDelegate);
216
new(parent.
_runContinuationsAsynchronously
, cancellationToken, cancellationCallback: _parent.CancellationCallbackDelegate);
366
new(parent.
_runContinuationsAsynchronously
, cancellationToken, cancellationCallback: _parent.CancellationCallbackDelegate);
402
new(parent.
_runContinuationsAsynchronously
, cancellationToken, cancellationCallback: _parent.CancellationCallbackDelegate);