1 write to _customTestHostLauncher
Microsoft.TestPlatform.TestHostRuntimeProvider (1)
Hosting\DotnetTestHostManager.cs (1)
213_customTestHostLauncher = customLauncher;
5 references to _customTestHostLauncher
Microsoft.TestPlatform.TestHostRuntimeProvider (5)
Hosting\DotnetTestHostManager.cs (5)
793return _customTestHostLauncher switch 842if ((_customTestHostLauncher == null) 843|| (_customTestHostLauncher.IsDebug 844&& _customTestHostLauncher is ITestHostLauncher2)) 872var processId = _customTestHostLauncher.LaunchTestHost(testHostStartInfo, cancellationToken);