1 instantiation of ICollectionOfTConverter
System.Text.Json (1)
System\Text\Json\Serialization\Metadata\JsonMetadataServices.Collections.cs (1)
236new ICollectionOfTConverter<TCollection, TElement>());
1 reference to ICollectionOfTConverter
System.Text.Json (1)
System\Text\Json\Serialization\Converters\Collection\IEnumerableConverterFactory.cs (1)
113converterType = typeof(ICollectionOfTConverter<,>);