3 references to IsCoreClrRuntime
dotnet (3)
src\sdk\artifacts\.packages\microsoft.codeanalysis.buildclient\5.8.0-1.26268.104\contentFiles\cs\net11.0\BuildServerConnection.cs (1)
63
RuntimeHostInfo.
IsCoreClrRuntime
;
src\sdk\artifacts\.packages\microsoft.codeanalysis.buildclient\5.8.0-1.26268.104\contentFiles\cs\net11.0\RuntimeHostInfo.cs (2)
20
internal static bool IsDesktopRuntime => !
IsCoreClrRuntime
;
33
internal static bool ShouldDisableTieredCompilation => !
IsCoreClrRuntime
;