1 instantiation of TestApplicationActionQueue
dotnet-aot (1)
parent\dotnet\Commands\Test\MTP\MicrosoftTestingPlatformTestCommand.cs (1)
205
var actionQueue = new
TestApplicationActionQueue
(
3 references to TestApplicationActionQueue
dotnet-aot (3)
parent\dotnet\Commands\Test\MTP\ITestHandler.cs (1)
18
int RunTestApplications(
TestApplicationActionQueue
actionQueue);
parent\dotnet\Commands\Test\MTP\MicrosoftTestingPlatformTestCommand.cs (1)
205
var
actionQueue = new TestApplicationActionQueue(
parent\dotnet\Commands\Test\MTP\TestModulesFilterHandler.cs (1)
66
public int RunTestApplications(
TestApplicationActionQueue
actionQueue)