1 write to ConverterType
System.Text.Json (1)
System\Text\Json\Serialization\Attributes\JsonConverterAttribute.cs (1)
27ConverterType = converterType;
2 references to ConverterType
System.Text.Json (2)
System\Text\Json\Serialization\Attributes\JsonConverterAttribute.cs (1)
42/// If overridden and <see cref="ConverterType"/> is null, allows a custom attribute to create the converter in order to pass additional state.
System\Text\Json\Serialization\Metadata\DefaultJsonTypeInfoResolver.Converters.cs (1)
180Type? converterType = converterAttribute.ConverterType;