1 write to _runContinuationsAsynchronously
System.Threading.Channels (1)
System\Threading\Channels\BoundedChannel.cs (1)
60_runContinuationsAsynchronously = runContinuationsAsynchronously;
4 references to _runContinuationsAsynchronously
System.Threading.Channels (4)
System\Threading\Channels\BoundedChannel.cs (4)
79_readerSingleton = new BlockedReadAsyncOperation<T>(parent._runContinuationsAsynchronously, pooled: true); 80_waiterSingleton = new WaitingReadAsyncOperation(parent._runContinuationsAsynchronously, pooled: true); 184var reader = new BlockedReadAsyncOperation<T>(parent._runContinuationsAsynchronously, cancellationToken, cancellationCallback: _parent.CancellationCallbackDelegate); 231var waiter = new WaitingReadAsyncOperation(parent._runContinuationsAsynchronously, cancellationToken, cancellationCallback: _parent.CancellationCallbackDelegate);