6 references to Timer
dotnet.Tests (1)
GivenExponentialRetry.cs (1)
37
var res = await ExponentialRetry.ExecuteWithRetryOnFailure<string?>(action, 2, timer: () => ExponentialRetry.
Timer
(ExponentialRetry.TestingIntervals));
Microsoft.DotNet.Cli.Utils (1)
ExponentialRetry.cs (1)
75
timer = timer ?? (() =>
Timer
(Intervals));
Microsoft.DotNet.PackageInstall.Tests (3)
NuGetPackageInstallerTests.cs (3)
40
restoreActionConfig: new RestoreActionConfig(NoCache: true), timer: () => ExponentialRetry.
Timer
(ExponentialRetry.TestingIntervals));
43
restoreActionConfig: new RestoreActionConfig(NoCache: true), timer: () => ExponentialRetry.
Timer
(ExponentialRetry.TestingIntervals), shouldUsePackageSourceMapping: true);
301
timer: () => ExponentialRetry.
Timer
(ExponentialRetry.Intervals),
Microsoft.NET.TestFramework (1)
Commands\TestCommand.cs (1)
130
timer: () =>
Timer
(Intervals),