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