5 references to UInt128ToDecStr
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Number.Formatting.cs (5)
1156? UInt128ToDecStr((UInt128)value, digits: -1) 1172? UInt128ToDecStr((UInt128)value, digits) 1277return UInt128ToDecStr(value, digits: -1); 1291return UInt128ToDecStr(value, digits); 2279? UInt128ToDecStr((UInt128)value, -1)