1 write to s_int32Converter
System.Text.Json (1)
System\Text\Json\Serialization\Metadata\JsonMetadataServices.Converters.cs (1)
101
public static JsonConverter<int> Int32Converter =>
s_int32Converter
??= new Int32Converter();