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