1 write to _writerSingleton
System.Threading.Channels (1)
System\Threading\Channels\RendezvousChannel.cs (1)
248_writerSingleton = new BlockedWriteAsyncOperation<T>(runContinuationsAsynchronously: true, pooled: true);
2 references to _writerSingleton
System.Threading.Channels (2)
System\Threading\Channels\RendezvousChannel.cs (2)
401!cancellationToken.CanBeCanceled && _writerSingleton.TryOwnAndReset() ? _writerSingleton :