2 references to LeadingZeroCount
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Number.Formatting.cs (2)
2367
int bufferLength = Math.Max(digits, 128 - (int)UInt128.
LeadingZeroCount
((UInt128)value));
2388
int bufferLength = Math.Max(digits, 128 - (int)UInt128.
LeadingZeroCount
((UInt128)value));