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