1 write to _readerSingleton
System.Threading.Channels (1)
System\Threading\Channels\BoundedChannel.cs (1)
79_readerSingleton = new BlockedReadAsyncOperation<T>(parent._runContinuationsAsynchronously, pooled: true);
1 reference to _readerSingleton
System.Threading.Channels (1)
System\Threading\Channels\BoundedChannel.cs (1)
175BlockedReadAsyncOperation<T> singleton = _readerSingleton;