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