3 references to FormatUInt128
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\UInt128.cs (3)
106return Number.FormatUInt128(this, null, provider); 111return Number.FormatUInt128(this, format, null); 116return Number.FormatUInt128(this, format, provider);