2 references to BitScanForward
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\BitOperations.cs (1)
618return value == 0 ? 64 : (int)X86Base.X64.BitScanForward(value);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\X86\X86Base.cs (1)
43internal static ulong BitScanForward(ulong value) => BitScanForward(value);