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