7 references to RuntimeHostInfo
Replay (7)
src\Compilers\Shared\BuildServerConnection.cs (7)
63
RuntimeHostInfo
.IsCoreClrRuntime;
449
commandLineArgs =
RuntimeHostInfo
.GetDotNetExecCommandLine(Path.ChangeExtension(processFilePath, ".dll"), commandLineArgs);
450
processFilePath =
RuntimeHostInfo
.GetDotNetPathOrDefault();
493
if (!IsBuiltinToolRunningOnCoreClr ||
RuntimeHostInfo
.GetToolDotNetRoot(logger is null ? null : logger.Log) is not { } dotNetRoot)
507
if (key.StartsWith(
RuntimeHostInfo
.DotNetRootEnvironmentName, StringComparison.OrdinalIgnoreCase))
518
environmentVariables[
RuntimeHostInfo
.DotNetRootEnvironmentName] = dotNetRoot;
520
logger?.Log("Setting {0} to '{1}'",
RuntimeHostInfo
.DotNetRootEnvironmentName, dotNetRoot);