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