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