1 reference to CountSignificantBits
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Number.BigInteger.cs (1)
445return (lastIndex * BitsPerBlock) + CountSignificantBits(value._blocks[lastIndex]);