1 write to _waiterSingleton
System.Threading.Channels (1)
System\Threading\Channels\BoundedChannel.cs (1)
302
_waiterSingleton
= new WaitingWriteAsyncOperation(runContinuationsAsynchronously: true, pooled: true);
1 reference to _waiterSingleton
System.Threading.Channels (1)
System\Threading\Channels\BoundedChannel.cs (1)
500
WaitingWriteAsyncOperation singleton =
_waiterSingleton
;