2 references to Hex
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeParse.cs (2)
618
Trace($"Lex({
Hex
(str.Value)})\tpos:{str.Index}({Hex(str.m_current)}), {tokenType}, DS.{dps}");
5336
private static string Hex(string str) =>
Hex
((ReadOnlySpan<char>)str);