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