1 write to _runContinuationsAsynchronously
System.Threading.Channels (1)
System\Threading\Channels\UnboundedPriorityChannel.cs (1)
39_runContinuationsAsynchronously = runContinuationsAsynchronously;
6 references to _runContinuationsAsynchronously
System.Threading.Channels (6)
System\Threading\Channels\UnboundedPriorityChannel.cs (6)
57_readerSingleton = new AsyncOperation<T>(parent._runContinuationsAsynchronously, pooled: true); 58_waiterSingleton = new AsyncOperation<bool>(parent._runContinuationsAsynchronously, pooled: true); 107var reader = new AsyncOperation<T>(parent._runContinuationsAsynchronously, cancellationToken); 188var waiter = new AsyncOperation<bool>(parent._runContinuationsAsynchronously, cancellationToken); 339if (_runContinuationsAsynchronously) 346if ((!_blockedReaders.IsEmpty || _waitingReadersTail != null) && _runContinuationsAsynchronously)