5 writes to _charIndex
Microsoft.AspNetCore.Mvc.ViewFeatures (5)
Buffers\PagedCharBuffer.cs (5)
44
page[
_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)
27
var length =
_charIndex
;
60
var copyLength = Math.Min(count, page.Length -
_charIndex
);
66
_charIndex
,
81
var copyLength = Math.Min(count, page.Length -
_charIndex
);
88
_charIndex
,
125
if (CurrentPage == null ||
_charIndex
== CurrentPage.Length)