1 write to DotnetHostPath
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
RunSettings\RunConfiguration.cs (1)
951
runConfiguration.
DotnetHostPath
= dotnetHostPath;
4 references to DotnetHostPath
Microsoft.TestPlatform.TestHostRuntimeProvider (1)
Hosting\DotnetTestHostManager.cs (1)
207
_dotnetHostPath = runConfiguration.
DotnetHostPath
;
Microsoft.VisualStudio.TestPlatform.ObjectModel (3)
RunSettings\RunConfiguration.cs (3)
578
if (!StringUtils.IsNullOrEmpty(
DotnetHostPath
))
580
XmlElement dotnetHostPath = doc.CreateElement(nameof(
DotnetHostPath
));
581
dotnetHostPath.InnerXml =
DotnetHostPath
;