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