2 references to IsMonoRuntime
System.Windows.Forms.Primitives.TestUtilities (2)
PlatformDetection.cs (2)
34public static bool IsNotMonoRuntime => !IsMonoRuntime; 145return IsMonoRuntime && RuntimeFeature.IsDynamicCodeSupported && !RuntimeFeature.IsDynamicCodeCompiled;