2 references to TryInt128ToHexStr
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Number.Formatting.cs (2)
1238return TryInt128ToHexStr(value, GetHexBase(fmt), digits, destination, out charsWritten); 1352return TryInt128ToHexStr((Int128)value, GetHexBase(fmt), digits, destination, out charsWritten);