2 writes to CurrentPage
Microsoft.AspNetCore.Mvc.ViewFeatures (2)
Buffers\PagedCharBuffer.cs (2)
120
CurrentPage
= pages.Count > 0 ? pages[0] : null;
127
CurrentPage
= NewPage();
3 references to CurrentPage
Microsoft.AspNetCore.Mvc.ViewFeatures (3)
Buffers\PagedCharBuffer.cs (3)
125
if (
CurrentPage
== null || _charIndex ==
CurrentPage
.Length)
131
return
CurrentPage
;