2 references to VoidAsyncOperationWithData
System.Threading.Channels (2)
System\Threading\Channels\BoundedChannel.cs (2)
307
_writerSingleton = new
VoidAsyncOperationWithData
<T>(runContinuationsAsynchronously: true, pooled: true);
607
var writer = new
VoidAsyncOperationWithData
<T>(runContinuationsAsynchronously: true, cancellationToken);