1 reference to UInt32Converter
System.Text.Json (1)
System\Text\Json\Serialization\Metadata\JsonMetadataServices.Converters.cs (1)
242
public static JsonConverter<uint> UInt32Converter => s_uint32Converter ??= new
UInt32Converter
();