1 write to _waiterSingleton
System.Threading.Channels (1)
System\Threading\Channels\UnboundedChannel.cs (1)
52
_waiterSingleton
= new AsyncOperation<bool>(parent._runContinuationsAsynchronously, pooled: true);
1 reference to _waiterSingleton
System.Threading.Channels (1)
System\Threading\Channels\UnboundedChannel.cs (1)
175
AsyncOperation<bool> singleton =
_waiterSingleton
;