5 writes to _charIndex
Microsoft.AspNetCore.Mvc.ViewFeatures (5)
Buffers\PagedCharBuffer.cs (5)
44page[_charIndex++] = value; 69_charIndex += copyLength; 91_charIndex += copyLength; 119_charIndex = 0; 128_charIndex = 0;
6 references to _charIndex
Microsoft.AspNetCore.Mvc.ViewFeatures (6)
Buffers\PagedCharBuffer.cs (6)
27var length = _charIndex; 60var copyLength = Math.Min(count, page.Length - _charIndex); 66_charIndex, 81var copyLength = Math.Min(count, page.Length - _charIndex); 88_charIndex, 125if (CurrentPage == null || _charIndex == CurrentPage.Length)