6 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)
440
commandLineArgs =
RuntimeHostInfo
.GetDotNetExecCommandLine(Path.ChangeExtension(processFilePath, ".dll"), commandLineArgs);
441
processFilePath =
RuntimeHostInfo
.GetDotNetPathOrDefault();
VBCSCompiler.UnitTests (1)
CompilerServerTests.cs (1)
262
if (
RuntimeHostInfo
.IsDesktopRuntime)