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