6 references to RuntimeHostInfo
Replay (6)
src\Compilers\Shared\BuildServerConnection.cs (6)
442
commandLineArgs =
RuntimeHostInfo
.GetDotNetExecCommandLine(Path.ChangeExtension(processFilePath, ".dll"), commandLineArgs);
443
processFilePath =
RuntimeHostInfo
.GetDotNetPathOrDefault();
486
if (
RuntimeHostInfo
.GetToolDotNetRoot() is not { } dotNetRoot)
500
if (key.StartsWith(
RuntimeHostInfo
.DotNetRootEnvironmentName, StringComparison.OrdinalIgnoreCase))
511
environmentVariables[
RuntimeHostInfo
.DotNetRootEnvironmentName] = dotNetRoot;
513
logger?.Log("Setting {0} to '{1}'",
RuntimeHostInfo
.DotNetRootEnvironmentName, dotNetRoot);