5 references to RuntimeHostInfo
VBCSCompiler (4)
BuildClient.cs (3)
93return RuntimeHostInfo.IsCoreClrRuntime 106if (RuntimeHostInfo.IsCoreClrRuntime) 303if (RuntimeHostInfo.IsCoreClrRuntime)
BuildServerConnection.cs (1)
416return RuntimeHostInfo.GetProcessInfo(serverPathWithoutExtension, commandLineArgs);
VBCSCompiler.UnitTests (1)
CompilerServerTests.cs (1)
262if (RuntimeHostInfo.IsDesktopRuntime)