1 write to _runContinuationsAsynchronously
System.Threading.Channels (1)
System\Threading\Channels\BoundedChannel.cs (1)
51_runContinuationsAsynchronously = runContinuationsAsynchronously;
4 references to _runContinuationsAsynchronously
System.Threading.Channels (4)
System\Threading\Channels\BoundedChannel.cs (4)
69_readerSingleton = new AsyncOperation<T>(parent._runContinuationsAsynchronously, pooled: true); 70_waiterSingleton = new AsyncOperation<bool>(parent._runContinuationsAsynchronously, pooled: true); 181var reader = new AsyncOperation<T>(parent._runContinuationsAsynchronously | cancellationToken.CanBeCanceled, cancellationToken); 235var waiter = new AsyncOperation<bool>(parent._runContinuationsAsynchronously | cancellationToken.CanBeCanceled, cancellationToken);