1 implementation of LaunchTestHost
Microsoft.VisualStudio.TestPlatform.Client (1)
DesignMode\DesignModeTestHostLauncher.cs (1)
51public int LaunchTestHost(TestProcessStartInfo defaultTestHostStartInfo)
2 references to LaunchTestHost
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (1)
VsTestConsoleRequestSender.cs (1)
1431ackPayload.HostProcessId = customHostLauncher?.LaunchTestHost(testProcessStartInfo!) ?? -1;
Microsoft.VisualStudio.TestPlatform.Client (1)
Execution\TestRunRequest.cs (1)
651processId = TestRunCriteria.TestHostLauncher.LaunchTestHost(testProcessStartInfo);