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