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