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