1 instantiation of IDictionaryOfTKeyTValueConverter
System.Text.Json (1)
System\Text\Json\Serialization\Metadata\JsonMetadataServices.Collections.cs (1)
117new IDictionaryOfTKeyTValueConverter<TCollection, TKey, TValue>());
1 reference to IDictionaryOfTKeyTValueConverter
System.Text.Json (1)
System\Text\Json\Serialization\Converters\Collection\IEnumerableConverterFactory.cs (1)
80converterType = typeof(IDictionaryOfTKeyTValueConverter<,,>);