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)
32if (_currentPage == null || _currentPageIndex == _currentPage.Length) 35Pages.Add(_currentPage); 39return _currentPage;