2 references to Rent
Microsoft.AspNetCore.Components.Endpoints.Tests (2)
Binding\FormDataMapperTests.cs (2)
2339public static PooledBuffer CreateBuffer() => new() { Data = Rent(16), Count = 0 }; 2345var newBuffer = Rent(buffer.Data.Length * 2);