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