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