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