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