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