6 references to UInt128ToDecChars
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Number.Formatting.cs (6)
2259byte* p = UInt128ToDecChars(buffer + Int128Precision, (UInt128)value, 0); 2298char* p = UInt128ToDecChars(buffer + bufferLength, absValue, digits); 2332TChar* p = UInt128ToDecChars(buffer + bufferLength, absValue, digits); 2476byte* p = UInt128ToDecChars(buffer + UInt128Precision, value, 0); 2557p = UInt128ToDecChars(p, value, digits); 2574UInt128ToDecChars(p, value, digits) :