7 references to NextChar
Microsoft.CodeAnalysis.CSharp (7)
Parser\Lexer.cs (5)
1687consumedChar = TextWindow.NextChar(); 3580info.Text = info.StringValue = TextWindow.NextChar().ToString(); 3626char consumedChar = TextWindow.NextChar(); 3864TextWindow.NextChar(); 3884char bad = TextWindow.NextChar();
Parser\Lexer_StringLiteral.cs (2)
133char ch = TextWindow.NextChar(); 136ch = TextWindow.NextChar();