7 references to CharAt
Microsoft.CodeAnalysis.CSharp.EditorFeatures (7)
TextStructureNavigation\CSharpTextStructureNavigatorProvider.cs (7)
88
if (
CharAt
(contentStart) == '@')
91
if (
CharAt
(contentStart) == '"')
96
while (
CharAt
(contentStart) == '"')
103
if (
CharAt
(contentEnd - 1) == '8')
106
if (
CharAt
(contentEnd - 1) is 'u' or 'U')
109
if (
CharAt
(contentEnd - 1) == '"')
114
while (
CharAt
(contentEnd - 1) == '"')