3 writes to _index
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\TagHelperCollection.Enumerator.cs (3)
30
_index
= nextIndex;
39
_index
= 0;
57
_index
= -1;
4 references to _index
Microsoft.CodeAnalysis.Razor.Compiler (4)
Language\TagHelperCollection.Enumerator.cs (4)
20
=>
_index
>= 0
27
var nextIndex =
_index
+ 1;
28
if (
_index
>= 0 && nextIndex < _segment.Length)
31
_current = _segment.Span[
_index
];