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)
597
VoidAsyncOperationWithData<T> singleton =
_writerSingleton
;