4 references to FailOperations
System.Threading.Channels (4)
System\Threading\Channels\BoundedChannel.cs (2)
345
ChannelUtilities.
FailOperations
<AsyncOperation<T>, T>(parent._blockedReaders, ChannelUtilities.CreateInvalidCompletionException(error));
346
ChannelUtilities.
FailOperations
<VoidAsyncOperationWithData<T>, VoidResult>(parent._blockedWriters, ChannelUtilities.CreateInvalidCompletionException(error));
System\Threading\Channels\UnboundedChannel.cs (1)
234
ChannelUtilities.
FailOperations
<AsyncOperation<T>, T>(parent._blockedReaders, ChannelUtilities.CreateInvalidCompletionException(error));
System\Threading\Channels\UnboundedPriorityChannel.cs (1)
239
ChannelUtilities.
FailOperations
<AsyncOperation<T>, T>(parent._blockedReaders, ChannelUtilities.CreateInvalidCompletionException(error));