5 references to IsCoreClrRuntime
VBCSCompiler (5)
src\Compilers\Shared\BuildClient.cs (3)
88return RuntimeHostInfo.IsCoreClrRuntime 101if (RuntimeHostInfo.IsCoreClrRuntime) 298if (RuntimeHostInfo.IsCoreClrRuntime)
src\Compilers\Shared\BuildServerConnection.cs (1)
63RuntimeHostInfo.IsCoreClrRuntime;
src\Compilers\Shared\RuntimeHostInfo.cs (1)
20internal static bool IsDesktopRuntime => !IsCoreClrRuntime;