9 references to RuntimeHostInfo
vbc (9)
src\Compilers\Shared\BuildClient.cs (3)
91
return
RuntimeHostInfo
.IsCoreClrRuntime
104
if (
RuntimeHostInfo
.IsCoreClrRuntime)
301
if (
RuntimeHostInfo
.IsCoreClrRuntime)
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);