1 write to _dotnetHostPath
Microsoft.TestPlatform.TestHostRuntimeProvider (1)
Hosting\DotnetTestHostManager.cs (1)
208_dotnetHostPath = runConfiguration.DotnetHostPath;
3 references to _dotnetHostPath
Microsoft.TestPlatform.TestHostRuntimeProvider (3)
Hosting\DotnetTestHostManager.cs (3)
339bool useCustomDotnetHostpath = !_dotnetHostPath.IsNullOrEmpty(); 343EqtTrace.Verbose("DotnetTestHostmanager: User specified custom path to dotnet host: '{0}'.", _dotnetHostPath); 495startInfo.FileName = _dotnetHostPath;