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