4 references to WaitingWriteAsyncOperation
System.Threading.Channels (4)
System\Threading\Channels\BoundedChannel.cs (2)
302
_waiterSingleton = new
WaitingWriteAsyncOperation
(runContinuationsAsynchronously: true, pooled: true);
509
var waiter = new
WaitingWriteAsyncOperation
(runContinuationsAsynchronously: true, cancellationToken, cancellationCallback: _parent.CancellationCallbackDelegate);
System\Threading\Channels\RendezvousChannel.cs (2)
249
_waiterSingleton = new
WaitingWriteAsyncOperation
(runContinuationsAsynchronously: true, pooled: true);
366
new
(parent._runContinuationsAsynchronously, cancellationToken, cancellationCallback: _parent.CancellationCallbackDelegate);