1 implementation of LaunchTestHost
Microsoft.VisualStudio.TestPlatform.Client (1)
DesignMode\DesignModeTestHostLauncher.cs (1)
57public int LaunchTestHost(TestProcessStartInfo defaultTestHostStartInfo, CancellationToken cancellationToken)
2 references to LaunchTestHost
Microsoft.TestPlatform.TestHostRuntimeProvider (2)
Hosting\DefaultTestHostManager.cs (1)
557int processId = _customTestHostLauncher.LaunchTestHost(testHostStartInfo, cancellationToken);
Hosting\DotnetTestHostManager.cs (1)
872var processId = _customTestHostLauncher.LaunchTestHost(testHostStartInfo, cancellationToken);