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); 160new(parent._runContinuationsAsynchronously, cancellationToken, cancellationCallback: _parent.CancellationCallbackDelegate); 216new(parent._runContinuationsAsynchronously, cancellationToken, cancellationCallback: _parent.CancellationCallbackDelegate); 366new(parent._runContinuationsAsynchronously, cancellationToken, cancellationCallback: _parent.CancellationCallbackDelegate); 402new(parent._runContinuationsAsynchronously, cancellationToken, cancellationCallback: _parent.CancellationCallbackDelegate);