2 writes to Count
Microsoft.AspNetCore.Components.Endpoints.Tests (2)
Binding\FormDataMapperTests.cs (2)
2339
public static PooledBuffer CreateBuffer() => new() { Data = Rent(16),
Count
= 0 };
2351
buffer.Data[buffer.
Count
++] = element;
3 references to Count
Microsoft.AspNetCore.Components.Endpoints.Tests (3)
Binding\FormDataMapperTests.cs (3)
2343
if (buffer.
Count
>= buffer.Data.Length)
2357
var result = new int[buffer.
Count
];
2358
Array.Copy(buffer.Data, result, buffer.
Count
);