1 write to _waiterSingleton
System.Threading.Channels (1)
System\Threading\Channels\RendezvousChannel.cs (1)
249_waiterSingleton = new WaitingWriteAsyncOperation(runContinuationsAsynchronously: true, pooled: true);
2 references to _waiterSingleton
System.Threading.Channels (2)
System\Threading\Channels\RendezvousChannel.cs (2)
365!cancellationToken.CanBeCanceled && _waiterSingleton.TryOwnAndReset() ? _waiterSingleton :