4 references to BlockedWriteAsyncOperation
System.Threading.Channels (4)
System\Threading\Channels\BoundedChannel.cs (2)
301_writerSingleton = new BlockedWriteAsyncOperation<T>(runContinuationsAsynchronously: true, pooled: true); 586var writer = new BlockedWriteAsyncOperation<T>(runContinuationsAsynchronously: true, cancellationToken, cancellationCallback: _parent.CancellationCallbackDelegate)
System\Threading\Channels\RendezvousChannel.cs (2)
248_writerSingleton = new BlockedWriteAsyncOperation<T>(runContinuationsAsynchronously: true, pooled: true); 402new(parent._runContinuationsAsynchronously, cancellationToken, cancellationCallback: _parent.CancellationCallbackDelegate);