1 write to DotnetHostPath
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
RunSettings\RunConfiguration.cs (1)
951runConfiguration.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)
578if (!StringUtils.IsNullOrEmpty(DotnetHostPath)) 580XmlElement dotnetHostPath = doc.CreateElement(nameof(DotnetHostPath)); 581dotnetHostPath.InnerXml = DotnetHostPath;