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