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)
794return _customTestHostLauncher switch 843if ((_customTestHostLauncher == null) 844|| (_customTestHostLauncher.IsDebug 845&& _customTestHostLauncher is ITestHostLauncher2)) 873var processId = _customTestHostLauncher.LaunchTestHost(testHostStartInfo, cancellationToken);