3 references to IsCoreClrRuntime
Microsoft.Build.Tasks.CodeAnalysis.Sdk (3)
src\Compilers\Core\MSBuildTask\ManagedToolTask.cs (1)
63
internal static bool IsBuiltinToolRunningOnCoreClr => RuntimeHostInfo.
IsCoreClrRuntime
|| IsSdkFrameworkToCoreBridgeTask;
src\Compilers\Shared\RuntimeHostInfo.cs (2)
20
internal static bool IsDesktopRuntime => !
IsCoreClrRuntime
;
33
internal static bool ShouldDisableTieredCompilation => !
IsCoreClrRuntime
;