2 references to IsSupported
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Numerics\BitOperations.cs (1)
436if (Popcnt.IsSupported)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\X86\Popcnt.cs (1)
18public static new bool IsSupported { get => IsSupported; }