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