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