1 instantiation of TestRunPolicy
dotnet (1)
Commands\Test\MTP\MicrosoftTestingPlatformTestCommand.cs (1)
157using var testRunPolicy = new TestRunPolicy(
8 references to TestRunPolicy
dotnet (8)
Commands\Test\MTP\MicrosoftTestingPlatformTestCommand.cs (1)
157using var testRunPolicy = new TestRunPolicy(
Commands\Test\MTP\TestApplication.cs (2)
27TestRunPolicy? testRunPolicy = null) : IDisposable 55private readonly TestRunPolicy? _testRunPolicy = testRunPolicy;
Commands\Test\MTP\TestApplicationActionQueue.cs (2)
30TestRunPolicy testRunPolicy, 84TestRunPolicy testRunPolicy)
Commands\Test\MTP\TestApplicationHandler.cs (2)
16private readonly TestRunPolicy? _testRunPolicy; 29TestRunPolicy? testRunPolicy = null)
Commands\Test\MTP\TestRunPolicy.cs (1)
102static state => ((TestRunPolicy)state!).OnTimeout(),