2 overrides of GetChars
Microsoft.CodeAnalysis (2)
Collections\Rope.cs (2)
110protected override IEnumerable<char> GetChars() => _value; 184protected override IEnumerable<char> GetChars()
3 references to GetChars
Microsoft.CodeAnalysis (3)
Collections\Rope.cs (3)
64var chars0 = GetChars().GetEnumerator(); 65var chars1 = other.GetChars().GetEnumerator(); 78foreach (char c in GetChars())