5 references to Add
Microsoft.AspNetCore.Components.Endpoints (5)
FormMapping\Converters\CollectionAdapters\ImmutableStackBufferAdapter.cs (1)
42public static TBuffer Add(ref TBuffer buffer, TElement element) => TCollectionAdapter.Add(ref buffer, element);
FormMapping\Converters\CollectionConverter.cs (4)
86buffer = TCollectionPolicy.Add(ref buffer, currentElement!); 122buffer = TCollectionPolicy.Add(ref buffer, currentElement!); 168buffer = TCollectionPolicy.Add(ref buffer, currentElement!); 240buffer = TCollectionPolicy.Add(ref buffer, elementValue);