5 references to TransientErrorType
Microsoft.Extensions.ServiceDiscovery.Dns.Tests (5)
Resolver\RetryTests.cs (5)
233[InlineData(TransientErrorType.Timeout)] 234[InlineData(TransientErrorType.ServerFailure)] 235public async Task TransientError_RetryOnSameServer(TransientErrorType type) 251case TransientErrorType.Timeout: 256case TransientErrorType.ServerFailure: