2 references to MaxRetries
Microsoft.Extensions.Http.Diagnostics.Tests (2)
Logging\HttpClientLoggingExtensionsTest.cs (2)
755for (int attempt = 0; attempt <= MaxRetries; attempt++) 764if (attempt == MaxRetries)