2 references to UInt32ToDecStr
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Number.Formatting.cs (2)
708UInt32ToDecStr((uint)value, digits) : 823return UInt32ToDecStr(value, digits);