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)
171
var newIndex =
_index
+ 1;
185
return _list[
_index
];