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