9 references to UInt64ToDecChars
System.Private.CoreLib (9)
src\libraries\System.Private.CoreLib\src\System\Number.Formatting.cs (9)
1833byte* p = UInt64ToDecChars(buffer + Int64Precision, (ulong)value, 0); 1870char* p = UInt64ToDecChars(buffer + bufferLength, (ulong)(-value), digits); 1902TChar* p = UInt64ToDecChars(buffer + bufferLength, (ulong)(-value), digits); 2064byte* p = UInt64ToDecChars(buffer + UInt64Precision, value, 0); 2195p = UInt64ToDecChars(p, value, digits); 2233UInt64ToDecChars(p, value, digits) : 2508bufferEnd = UInt64ToDecChars(bufferEnd, Int128DivMod1E19(ref value), 19); 2520bufferEnd = UInt64ToDecChars(bufferEnd, Int128DivMod1E19(ref value), 19); 2523return UInt64ToDecChars(bufferEnd, value.Lower, digits);