1 write to DotnetHostPath
Microsoft.NET.TestFramework (1)
TestCommandLine.cs (1)
61ret.DotnetHostPath = argStack.Pop();
2 references to DotnetHostPath
Microsoft.NET.TestFramework (2)
ToolsetInfo.cs (2)
263if (!string.IsNullOrEmpty(commandLine.DotnetHostPath)) 265dotnetRoot = Path.GetDirectoryName(commandLine.DotnetHostPath);