1 write to ConverterType
System.Text.Json (1)
System\Text\Json\Serialization\Attributes\JsonConverterAttribute.cs (1)
27
ConverterType
= 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)
180
Type? converterType = converterAttribute.
ConverterType
;