11 instantiations of ExponentialRetry
Microsoft.DotNet.Build.Tasks.Feed (3)
src\common\AzureStorageUtils.cs (1)
107var retryHandler = new ExponentialRetry
src\common\GeneralUtils.cs (1)
30=> new ExponentialRetry
src\PublishArtifactsInManifestBase.cs (1)
223public ExponentialRetry RetryHandler = new ExponentialRetry
Microsoft.DotNet.Build.Tasks.Feed.Tests (4)
PublishToSymbolServerTest.cs (4)
272publishTask.RetryHandler = new ExponentialRetry() { MaxAttempts = 3, DelayBase = 1 }; 315publishTask.RetryHandler = new ExponentialRetry() { MaxAttempts = 3, DelayBase = 1 }; 358publishTask.RetryHandler = new ExponentialRetry() { MaxAttempts = 2, DelayBase = 1 }; 421publishTask.RetryHandler = new ExponentialRetry() {MaxAttempts = 3, DelayBase = 1};
Microsoft.DotNet.Deployment.Tasks.Links (2)
Microsoft.DotNet.Helix.Sdk (1)
FindDotNetCliPackage.cs (1)
22private ExponentialRetry _retry = new ExponentialRetry()
Microsoft.DotNet.VersionTools (1)
BuildManifest\BuildManifestClient.cs (1)
24public ExponentialRetry Retry { get; set; } = new ExponentialRetry();
7 references to ExponentialRetry
Microsoft.DotNet.Build.Tasks.Feed (3)
src\common\AzureStorageUtils.cs (1)
107var retryHandler = new ExponentialRetry
src\common\GeneralUtils.cs (1)
29public static ExponentialRetry CreateDefaultRetryHandler()
src\PublishArtifactsInManifestBase.cs (1)
223public ExponentialRetry RetryHandler = new ExponentialRetry
Microsoft.DotNet.Deployment.Tasks.Links (1)
Microsoft.DotNet.Helix.Sdk (2)
FindDotNetCliPackage.cs (1)
22private ExponentialRetry _retry = new ExponentialRetry()
ProvisioningProfileProvider.cs (1)
240collection.TryAddTransient<IRetryHandler, ExponentialRetry>();
Microsoft.DotNet.VersionTools (1)
BuildManifest\BuildManifestClient.cs (1)
24public ExponentialRetry Retry { get; set; } = new ExponentialRetry();