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)
107var ndx = _index; 121if (_index < _lines.Count - 1) 123_index = _index + 1;