3 references to VoidResult
System.Threading.Channels (3)
System\Threading\Channels\AsyncOperation.cs (2)
37/// <typeparam name="TResult">Specifies the type of the result. May be <see cref="VoidResult"/>.</typeparam> 452internal sealed class VoidAsyncOperationWithData<TData> : AsyncOperation<VoidResult>
System\Threading\Channels\BoundedChannel.cs (1)
346ChannelUtilities.FailOperations<VoidAsyncOperationWithData<T>, VoidResult>(parent._blockedWriters, ChannelUtilities.CreateInvalidCompletionException(error));