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