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