1 write to _arrayPool
Microsoft.AspNetCore.WebUtilities (1)
PagedByteBuffer.cs (1)
18
_arrayPool
= arrayPool;
2 references to _arrayPool
Microsoft.AspNetCore.WebUtilities (2)
PagedByteBuffer.cs (2)
34
_currentPage =
_arrayPool
.Rent(PageSize);
128
_arrayPool
.Return(Pages[i]);