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