3 writes to _currentString
Microsoft.CodeAnalysis (3)
Collections\Rope.cs (3)
34_currentString = value; 41_currentString = null; 67_currentString = s.ToString();
3 references to _currentString
Microsoft.CodeAnalysis (3)
Collections\Rope.cs (3)
52if (_currentString != null && _index < _currentString.Length) 54Current = _currentString[_index];