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