2 references to GetUInt64WithQuotes
System.Text.Json (2)
System\Text\Json\Serialization\Converters\Value\UInt64Converter.cs (2)
30
return reader.
GetUInt64WithQuotes
();
43
return reader.
GetUInt64WithQuotes
();