2 references to IsCoreClrRuntime
Microsoft.Build.Tasks.CodeAnalysis (2)
ManagedToolTask.cs (1)
128protected sealed override string ToolName => RuntimeHostInfo.IsCoreClrRuntime
src\Compilers\Shared\RuntimeHostInfo.cs (1)
20internal static bool IsDesktopRuntime => !IsCoreClrRuntime;