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