4 references to CharAt
Microsoft.CodeAnalysis.Razor.Workspaces (4)
Formatting\FormattingUtilities.cs (1)
536
line.
CharAt
(firstNonWhitespace) == '{';
Formatting\Passes\CSharpFormattingPass.CSharpDocumentGenerator.cs (3)
120
if (line.
CharAt
(0) != '/' ||
121
line.
CharAt
(1) != '/' ||
122
line.
CharAt
(2) != ' ')