2 writes to _currentPage
Microsoft.AspNetCore.WebUtilities (2)
PagedByteBuffer.cs (2)
34
_currentPage
= _arrayPool.Rent(PageSize);
132
_currentPage
= null;
4 references to _currentPage
Microsoft.AspNetCore.WebUtilities (4)
PagedByteBuffer.cs (4)
32
if (
_currentPage
== null || _currentPageIndex ==
_currentPage
.Length)
35
Pages.Add(
_currentPage
);
39
return
_currentPage
;