2 references to IsArmProcess
System.Windows.Forms.Primitives.TestUtilities (2)
PlatformDetection.cs (2)
27public static bool IsNotArmProcess => !IsArmProcess; 30public static bool IsArmOrArm64Process => IsArmProcess || IsArm64Process;