2 writes to _index
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Syntax\SyntaxTokenList.Enumerator.cs (2)
56_index = -1; 75_index++;
3 references to _index
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\Syntax\SyntaxTokenList.Enumerator.cs (3)
68if (_count == 0 || _count <= _index + 1) 85_current = GetGreenNodeAt(_singleNodeOrList, _index); 106return new SyntaxToken(_parent, _current, _position, _baseIndex + _index);