6 references to UInt128ToDecChars
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Number.Formatting.cs (6)
2210byte* p = UInt128ToDecChars(buffer + Int128Precision, (UInt128)value, 0); 2249char* p = UInt128ToDecChars(buffer + bufferLength, absValue, digits); 2283TChar* p = UInt128ToDecChars(buffer + bufferLength, absValue, digits); 2427byte* p = UInt128ToDecChars(buffer + UInt128Precision, value, 0); 2508p = UInt128ToDecChars(p, value, digits); 2525UInt128ToDecChars(p, value, digits) :