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