1 write to DotnetHostPath
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
RunSettings\RunConfiguration.cs (1)
961
runConfiguration.
DotnetHostPath
= dotnetHostPath;
4 references to DotnetHostPath
Microsoft.TestPlatform.TestHostRuntimeProvider (1)
Hosting\DotnetTestHostManager.cs (1)
208
_dotnetHostPath = runConfiguration.
DotnetHostPath
;
Microsoft.VisualStudio.TestPlatform.ObjectModel (3)
RunSettings\RunConfiguration.cs (3)
588
if (!StringUtils.IsNullOrEmpty(
DotnetHostPath
))
590
XmlElement dotnetHostPath = doc.CreateElement(nameof(
DotnetHostPath
));
591
dotnetHostPath.InnerXml =
DotnetHostPath
;