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)
302
bool useCustomDotnetHostpath = !
_dotnetHostPath
.IsNullOrEmpty();
306
EqtTrace.Verbose("DotnetTestHostmanager: User specified custom path to dotnet host: '{0}'.",
_dotnetHostPath
);
474
startInfo.FileName =
_dotnetHostPath
;