2 references to DoNotRetry
Aspire.Dashboard (2)
ServiceClient\DashboardClient.cs (2)
321if (await action(retryContext, cancellationToken).ConfigureAwait(false) == RetryResult.DoNotRetry) 442return RetryResult.DoNotRetry;