4 references to TrySetException
System.Threading.Channels (4)
System\Threading\Channels\ChannelUtilities.cs (2)
98bool completed = error != null ? c.TrySetException(error) : c.TrySetResult(result); 115operations.DequeueHead().TrySetException(error);
System\Threading\Channels\SingleConsumerUnboundedChannel.cs (2)
260blockedReader.TrySetException(error); 269waitingReader.TrySetException(error);