2 references to CreateConverter
System.Text.Json (2)
System\Text\Json\Serialization\Attributes\JsonConverterAttribute.cs (1)
36/// The type of the converter to create, or null if <see cref="CreateConverter(Type)"/> should be used to obtain the converter.
System\Text\Json\Serialization\Metadata\DefaultJsonTypeInfoResolver.Converters.cs (1)
184converter = converterAttribute.CreateConverter(typeToConvert);