2 references to UInt32ToBinaryStr
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Number.Formatting.cs (2)
668return UInt32ToBinaryStr((uint)(value & hexMask), digits); 782return UInt32ToBinaryStr(value, digits);