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