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