2 references to IsDesktopRuntime
VBCSCompiler (1)
RuntimeHostInfo.cs (1)
20
internal static bool IsCoreClrRuntime => !
IsDesktopRuntime
;
VBCSCompiler.UnitTests (1)
CompilerServerTests.cs (1)
262
if (RuntimeHostInfo.
IsDesktopRuntime
)