2 writes to _index
Microsoft.CodeAnalysis (2)
Text\TextLineCollection.cs (2)
105
_index
= index;
128
_index
= _index + 1;
3 references to _index
Microsoft.CodeAnalysis (3)
Text\TextLineCollection.cs (3)
112
var ndx =
_index
;
126
if (
_index
< _lines.Count - 1)
128
_index =
_index
+ 1;