7 instantiations of DictionaryConverter
Microsoft.AspNetCore.Components.Endpoints (7)
FormMapping\Converters\DictionaryAdapters\ImmutableDictionaryBufferAdapter.cs (1)
24
return new
DictionaryConverter
<IImmutableDictionary<TKey, TValue>,
FormMapping\Converters\DictionaryAdapters\ReadOnlyDictionaryBufferAdapter.cs (2)
26
return new
DictionaryConverter
<IReadOnlyDictionary<TKey, TValue>,
41
return new
DictionaryConverter
<ReadOnlyDictionary<TKey, TValue>,
FormMapping\Factories\Dictionary\ConcreteTypeDictionaryConverterFactory.cs (1)
49
return new
DictionaryConverter
<
FormMapping\Factories\Dictionary\TypedDictionaryConverterFactory.cs (3)
93
new
DictionaryConverter
<IDictionary<TKey, TValue>,
115
new
DictionaryConverter
<
122
new
DictionaryConverter
<