3 references to LeadingZeroCount
System.IO.Hashing (1)
System\IO\Hashing\CrcPolynomialHelper.cs (1)
106
return (i * 64) + (63 - (int)ulong.
LeadingZeroCount
(this[i]));
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Number.Formatting.cs (2)
1993
int bufferLength = Math.Max(digits, 64 - (int)ulong.
LeadingZeroCount
(value));
2012
int bufferLength = Math.Max(digits, 64 - (int)ulong.
LeadingZeroCount
(value));