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