2 writes to _index
Microsoft.AspNetCore.Razor.Utilities.Shared (2)
SpanExtensions.cs (2)
114
_index
--;
123
_index
= _span.Length - 1;
2 references to _index
Microsoft.AspNetCore.Razor.Utilities.Shared (2)
SpanExtensions.cs (2)
111
if (
_index
>= 0)
113
_current = _span[
_index
];