3 references to CreateBuffer
Microsoft.AspNetCore.Components.Endpoints (3)
FormMapping\Converters\CollectionAdapters\ImmutableStackBufferAdapter.cs (1)
40public static TBuffer CreateBuffer() => TCollectionAdapter.CreateBuffer();
FormMapping\Converters\CollectionConverter.cs (2)
85buffer = TCollectionPolicy.CreateBuffer(); 227buffer = TCollectionPolicy.CreateBuffer();