1 write to _runContinuationsAsynchronously
System.Threading.Channels (1)
System\Threading\Channels\SingleConsumerUnboundedChannel.cs (1)
44_runContinuationsAsynchronously = runContinuationsAsynchronously;
4 references to _runContinuationsAsynchronously
System.Threading.Channels (4)
System\Threading\Channels\SingleConsumerUnboundedChannel.cs (4)
62_readerSingleton = new AsyncOperation<T>(parent._runContinuationsAsynchronously, pooled: true); 63_waiterSingleton = new AsyncOperation<bool>(parent._runContinuationsAsynchronously, pooled: true); 114newBlockedReader = new AsyncOperation<T>(_parent._runContinuationsAsynchronously, cancellationToken); 186newWaitingReader = new AsyncOperation<bool>(_parent._runContinuationsAsynchronously, cancellationToken);