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