4 writes to _index
Microsoft.CodeAnalysis (4)
Collections\Rope.cs (4)
35_index = 0; 42_index = 0; 55_index++; 68_index = 0;
2 references to _index
Microsoft.CodeAnalysis (2)
Collections\Rope.cs (2)
52if (_currentString != null && _index < _currentString.Length) 54Current = _currentString[_index];