1 write to _waiterSingleton
System.Threading.Channels (1)
System\Threading\Channels\BoundedChannel.cs (1)
80
_waiterSingleton
= new WaitingReadAsyncOperation(parent._runContinuationsAsynchronously, pooled: true);
1 reference to _waiterSingleton
System.Threading.Channels (1)
System\Threading\Channels\BoundedChannel.cs (1)
222
WaitingReadAsyncOperation singleton =
_waiterSingleton
;