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