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