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