2 writes to _index
Microsoft.CodeAnalysis (2)
Text\TextLineCollection.cs (2)
100
_index
= index;
123
_index
= _index + 1;
3 references to _index
Microsoft.CodeAnalysis (3)
Text\TextLineCollection.cs (3)
107
var ndx =
_index
;
121
if (
_index
< _lines.Count - 1)
123
_index =
_index
+ 1;