2 references to GetUInt32WithQuotes
System.Text.Json (2)
System\Text\Json\Serialization\Converters\Value\UInt32Converter.cs (2)
42
return reader.
GetUInt32WithQuotes
();
55
return reader.
GetUInt32WithQuotes
();