2 types derived from ArrayPoolBufferAdapter
Microsoft.AspNetCore.Components.Endpoints (2)
FormMapping\Converters\CollectionAdapters\ImmutableQueueBufferAdapter.cs (1)
10: ArrayPoolBufferAdapter<ImmutableQueue<TElement>, ImmutableQueueBufferAdapter<TElement>.ImmutableQueueFactory, TElement>
FormMapping\Converters\CollectionAdapters\ImmutableStackBufferAdapter.cs (1)
10: ArrayPoolBufferAdapter<ImmutableStack<TElement>, ImmutableStackBufferAdapter<TElement>.ImmutableStackFactory, TElement>
3 references to ArrayPoolBufferAdapter
Microsoft.AspNetCore.Components.Endpoints (3)
FormMapping\Converters\CollectionAdapters\ArrayPoolBufferAdapter.cs (1)
9: ICollectionBufferAdapter<TCollection, ArrayPoolBufferAdapter<TCollection, TCollectionFactory, TElement>.PooledBuffer, TElement>
FormMapping\Factories\Collections\TypedCollectionConverterFactory.cs (2)
123ArrayPoolBufferAdapter<TElement[], ArrayCollectionFactory<TElement>, TElement>, 124ArrayPoolBufferAdapter<TElement[], ArrayCollectionFactory<TElement>, TElement>.PooledBuffer,