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)
888return _customTestHostLauncher switch 937if ((_customTestHostLauncher == null) 938|| (_customTestHostLauncher.IsDebug 939&& _customTestHostLauncher is ITestHostLauncher2)) 967var processId = _customTestHostLauncher.LaunchTestHost(testHostStartInfo, cancellationToken);