2 references to UInt64ToBinaryStr
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Number.Formatting.cs (2)
947return UInt64ToBinaryStr((ulong)value, digits); 1063return UInt64ToBinaryStr(value, digits);