5 references to RuntimeHostInfo
VBCSCompiler (5)
src\Compilers\Shared\BuildClient.cs (3)
91
return
RuntimeHostInfo
.IsCoreClrRuntime
104
if (
RuntimeHostInfo
.IsCoreClrRuntime)
301
if (
RuntimeHostInfo
.IsCoreClrRuntime)
src\Compilers\Shared\BuildServerConnection.cs (2)
443
commandLineArgs =
RuntimeHostInfo
.GetDotNetExecCommandLine(Path.ChangeExtension(processFilePath, ".dll"), commandLineArgs);
444
processFilePath =
RuntimeHostInfo
.GetDotNetPathOrDefault();