1 write to ConverterType
System.Text.Json (1)
System\Text\Json\Serialization\Attributes\JsonConverterAttribute.cs (1)
27ConverterType = converterType;
3 references to ConverterType
System.Text.Json (3)
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\Converters\FSharp\FSharpUnionConverter.cs (1)
592Type? converterType = converterAttribute.ConverterType;
System\Text\Json\Serialization\Metadata\DefaultJsonTypeInfoResolver.Converters.cs (1)
180Type? converterType = converterAttribute.ConverterType;