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)
52
if (_currentString != null &&
_index
< _currentString.Length)
54
Current = _currentString[
_index
];