1 write to _writerSingleton
System.Threading.Channels (1)
System\Threading\Channels\BoundedChannel.cs (1)
301_writerSingleton = new BlockedWriteAsyncOperation<T>(runContinuationsAsynchronously: true, pooled: true);
1 reference to _writerSingleton
System.Threading.Channels (1)
System\Threading\Channels\BoundedChannel.cs (1)
576BlockedWriteAsyncOperation<T> singleton = _writerSingleton;