3 references to TrySetException
System.Threading.Channels (3)
System\Threading\Channels\ChannelUtilities.cs (1)
308current.TrySetException(error);
System\Threading\Channels\SingleConsumerUnboundedChannel.cs (2)
257blockedReader.TrySetException(ChannelUtilities.CreateInvalidCompletionException(error)); 266waitingReader.TrySetException(error);