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