1 write to _runContinuationsAsynchronously
System.Threading.Channels (1)
System\Threading\Channels\UnboundedChannel.cs (1)
34_runContinuationsAsynchronously = runContinuationsAsynchronously;
6 references to _runContinuationsAsynchronously
System.Threading.Channels (6)
System\Threading\Channels\UnboundedChannel.cs (6)
51_readerSingleton = new AsyncOperation<T>(parent._runContinuationsAsynchronously, pooled: true); 52_waiterSingleton = new AsyncOperation<bool>(parent._runContinuationsAsynchronously, pooled: true); 107var reader = new AsyncOperation<T>(parent._runContinuationsAsynchronously, cancellationToken); 184var waiter = new AsyncOperation<bool>(parent._runContinuationsAsynchronously, cancellationToken); 334if (_runContinuationsAsynchronously) 341if ((!_blockedReaders.IsEmpty || _waitingReadersTail != null) && _runContinuationsAsynchronously)