2 references to GetUInt16WithQuotes
System.Text.Json (2)
System\Text\Json\Serialization\Converters\Value\UInt16Converter.cs (2)
31
return reader.
GetUInt16WithQuotes
();
44
return reader.
GetUInt16WithQuotes
();