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