1 instantiation of PooledBuffer
Microsoft.AspNetCore.Components.Endpoints (1)
FormMapping\Converters\CollectionAdapters\ArrayPoolBufferAdapter.cs (1)
12public static PooledBuffer CreateBuffer() => new() { Data = ArrayPool<TElement>.Shared.Rent(16), Count = 0 };
12 references to PooledBuffer
Microsoft.AspNetCore.Components.Endpoints (12)
FormMapping\Converters\CollectionAdapters\ArrayPoolBufferAdapter.cs (5)
9: ICollectionBufferAdapter<TCollection, ArrayPoolBufferAdapter<TCollection, TCollectionFactory, TElement>.PooledBuffer, TElement> 12public static PooledBuffer CreateBuffer() => new() { Data = ArrayPool<TElement>.Shared.Rent(16), Count = 0 }; 14public static PooledBuffer Add(ref PooledBuffer buffer, TElement element) 28public static TCollection ToResult(PooledBuffer buffer)
FormMapping\Converters\CollectionAdapters\ImmutableQueueBufferAdapter.cs (2)
28PooledBuffer, 30PooledBuffer,
FormMapping\Converters\CollectionAdapters\ImmutableStackBufferAdapter.cs (2)
28PooledBuffer, 30PooledBuffer,
FormMapping\Factories\Collections\TypedCollectionConverterFactory.cs (3)
124ArrayPoolBufferAdapter<TElement[], ArrayCollectionFactory<TElement>, TElement>.PooledBuffer, 158new CollectionConverter<ImmutableQueue<TElement>, ImmutableQueueBufferAdapter<TElement>, ImmutableQueueBufferAdapter<TElement>.PooledBuffer, TElement>(elementTypeConverter), 160new CollectionConverter<ImmutableStack<TElement>, ImmutableStackBufferAdapter<TElement>, ImmutableStackBufferAdapter<TElement>.PooledBuffer, TElement>(elementTypeConverter),