1 implementation of LaunchCustomHost
Microsoft.VisualStudio.TestPlatform.Client (1)
DesignMode\DesignModeClient.cs (1)
318public int LaunchCustomHost(TestProcessStartInfo testProcessStartInfo, CancellationToken cancellationToken)
2 references to LaunchCustomHost
Microsoft.VisualStudio.TestPlatform.Client (2)
DesignMode\DesignModeTestHostLauncher.cs (2)
53return _designModeClient.LaunchCustomHost(defaultTestHostStartInfo, CancellationToken.None); 59return _designModeClient.LaunchCustomHost(defaultTestHostStartInfo, cancellationToken);