2 references to Add
Microsoft.AspNetCore.Components.Endpoints (2)
FormMapping\Converters\DictionaryAdapters\DictionaryStaticCastAdapter.cs (1)
15
public static TBuffer Add(ref TBuffer buffer, TKey key, TValue element) => TDictionaryAdapter.
Add
(ref buffer, key, element);
FormMapping\Converters\DictionaryConverter.cs (1)
87
TDictionaryPolicy.
Add
(ref buffer, keyValue!, currentValue);