1 instantiation of PooledBuffer
Microsoft.AspNetCore.Components.Endpoints.Tests (1)
Binding\FormDataMapperTests.cs (1)
2339public static PooledBuffer CreateBuffer() => new() { Data = Rent(16), Count = 0 };
7 references to PooledBuffer
Microsoft.AspNetCore.Components.Endpoints.Tests (7)
Binding\FormDataMapperTests.cs (7)
476TestArrayPoolBufferAdapter.PooledBuffer, 536TestArrayPoolBufferAdapter.PooledBuffer, 2334: ICollectionBufferAdapter<int[], TestArrayPoolBufferAdapter.PooledBuffer, int> 2339public static PooledBuffer CreateBuffer() => new() { Data = Rent(16), Count = 0 }; 2341public static PooledBuffer Add(ref PooledBuffer buffer, int element) 2355public static int[] ToResult(PooledBuffer buffer)