1 write to _customTestHostLauncher
Microsoft.TestPlatform.TestHostRuntimeProvider (1)
Hosting\DotnetTestHostManager.cs (1)
215_customTestHostLauncher = customLauncher;
5 references to _customTestHostLauncher
Microsoft.TestPlatform.TestHostRuntimeProvider (5)
Hosting\DotnetTestHostManager.cs (5)
890return _customTestHostLauncher switch 939if ((_customTestHostLauncher == null) 940|| (_customTestHostLauncher.IsDebug 941&& _customTestHostLauncher is ITestHostLauncher2)) 969var processId = _customTestHostLauncher.LaunchTestHost(testHostStartInfo, cancellationToken);