1 reference to IsRetriable
Microsoft.Build.Tasks.Core (1)
DownloadFile.cs (1)
112bool canRetry = IsRetriable(e, out Exception actualException) && retryAttemptCount++ < Retries;