2 references to ExecuteAsyncWithRetry
Microsoft.DotNet.Cli.Utils (2)
ExponentialRetry.cs (2)
68
return await
ExecuteAsyncWithRetry
(asyncAction, shouldStopRetry, maxRetryCount, timer, taskDescription);
76
return await
ExecuteAsyncWithRetry
(action, result => result != null && !result.Equals(default), maxRetryCount, timer);