2 references to IsReflectionEmitSupported
System.Windows.Forms.Primitives.TestUtilities (2)
PlatformDetection.cs (2)
36public static bool IsNativeAot => IsNotMonoRuntime && !IsReflectionEmitSupported; 153public static bool IsNotReflectionEmitSupported => !IsReflectionEmitSupported;