1 write to _readerSingleton
System.Threading.Channels (1)
System\Threading\Channels\UnboundedChannel.cs (1)
56_readerSingleton = new BlockedReadAsyncOperation<T>(parent._runContinuationsAsynchronously, pooled: true);
2 references to _readerSingleton
System.Threading.Channels (2)
System\Threading\Channels\UnboundedChannel.cs (2)
102!cancellationToken.CanBeCanceled && _readerSingleton.TryOwnAndReset() ? _readerSingleton :