2 writes to _index
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Syntax\InternalSyntax\SyntaxListOfT.cs (2)
166_index = -1; 174_index = newIndex;
2 references to _index
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Syntax\InternalSyntax\SyntaxListOfT.cs (2)
171var newIndex = _index + 1; 185return _list[_index];