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