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)
112var ndx = _index; 126if (_index < _lines.Count - 1) 128_index = _index + 1;