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