3 references to LeadingZeroCountAsInt32
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Int128.cs (3)
710=> LeadingZeroCountAsInt32(value); 913return (Size * 8) - LeadingZeroCountAsInt32(value); 917return (Size * 8) + 1 - LeadingZeroCountAsInt32(~value);