5 implementations of IDictionaryBufferAdapter
Microsoft.AspNetCore.Components.Endpoints (5)
FormMapping\Converters\DictionaryAdapters\DictionaryBufferAdapter.cs (1)
8: IDictionaryBufferAdapter<TDictionaryType, TDictionaryType, TKey, TValue>
FormMapping\Converters\DictionaryAdapters\DictionaryStaticCastAdapter.cs (1)
8: IDictionaryBufferAdapter<TDictionaryInterface, TBuffer, TKey, TValue>
FormMapping\Converters\DictionaryAdapters\ImmutableDictionaryBufferAdapter.cs (1)
9: IDictionaryBufferAdapter<ImmutableDictionary<TKey, TValue>, ImmutableDictionary<TKey, TValue>.Builder, TKey, TValue>
FormMapping\Converters\DictionaryAdapters\ImmutableSortedDictionaryBufferAdapter.cs (1)
9: IDictionaryBufferAdapter<ImmutableSortedDictionary<TKey, TValue>, ImmutableSortedDictionary<TKey, TValue>.Builder, TKey, TValue>
FormMapping\Converters\DictionaryAdapters\ReadOnlyDictionaryBufferAdapter.cs (1)
9: IDictionaryBufferAdapter<ReadOnlyDictionary<TKey, TValue>, Dictionary<TKey, TValue>, TKey, TValue>
2 references to IDictionaryBufferAdapter
Microsoft.AspNetCore.Components.Endpoints (2)
FormMapping\Converters\DictionaryAdapters\DictionaryStaticCastAdapter.cs (1)
9where TDictionaryAdapter : IDictionaryBufferAdapter<TDictionaryImplementation, TBuffer, TKey, TValue>
FormMapping\Converters\DictionaryConverter.cs (1)
16where TDictionaryPolicy : IDictionaryBufferAdapter<TDictionary, TBuffer, TKey, TValue>