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