3 references to IsCoreClrRuntime
Replay (3)
src\Compilers\Shared\BuildServerConnection.cs (1)
63RuntimeHostInfo.IsCoreClrRuntime;
src\Compilers\Shared\RuntimeHostInfo.cs (2)
20internal static bool IsDesktopRuntime => !IsCoreClrRuntime; 33internal static bool ShouldDisableTieredCompilation => !IsCoreClrRuntime;