3 references to FormatUInt128
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\UInt128.cs (3)
107return Number.FormatUInt128(this, null, provider); 112return Number.FormatUInt128(this, format, null); 117return Number.FormatUInt128(this, format, provider);