2 writes to CustomConverter
System.Text.Json (2)
System\Text\Json\Serialization\Metadata\DefaultJsonTypeInfoResolver.Helpers.cs (1)
349
jsonPropertyInfo.
CustomConverter
= customConverter;
System\Text\Json\Serialization\Metadata\JsonMetadataServices.Helpers.cs (1)
188
propertyInfo.
CustomConverter
= propertyInfoValues.Converter;
3 references to CustomConverter
Shared (1)
JsonSchemaExporter\JsonSchemaExporter.cs (1)
316
customConverter: property.
CustomConverter
,
System.Text.Json (2)
System\Text\Json\Serialization\Metadata\JsonPropertyInfo.cs (1)
46
/// <see cref="
CustomConverter
"/> will be mapped from <see cref="JsonConverterAttribute" /> annotations.
System\Text\Json\Serialization\Metadata\JsonPropertyInfoOfT.cs (1)
152
Options.ExpandConverterFactory(
CustomConverter
, PropertyType) // Expand any property-level custom converters.