9 references to UInt64ToDecChars
System.Private.CoreLib (9)
src\libraries\System.Private.CoreLib\src\System\Number.Formatting.cs (9)
1784byte* p = UInt64ToDecChars(buffer + Int64Precision, (ulong)value, 0); 1821char* p = UInt64ToDecChars(buffer + bufferLength, (ulong)(-value), digits); 1853TChar* p = UInt64ToDecChars(buffer + bufferLength, (ulong)(-value), digits); 2015byte* p = UInt64ToDecChars(buffer + UInt64Precision, value, 0); 2146p = UInt64ToDecChars(p, value, digits); 2184UInt64ToDecChars(p, value, digits) : 2459bufferEnd = UInt64ToDecChars(bufferEnd, Int128DivMod1E19(ref value), 19); 2471bufferEnd = UInt64ToDecChars(bufferEnd, Int128DivMod1E19(ref value), 19); 2474return UInt64ToDecChars(bufferEnd, value.Lower, digits);