2 references to LeadingZeroCountAsInt32
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\UInt128.cs (2)
1006
=> (uint)
LeadingZeroCountAsInt32
(value);
1205
return (Size * 8) -
LeadingZeroCountAsInt32
(this);