7 references to NextChar
Microsoft.CodeAnalysis.CSharp (7)
Parser\Lexer.cs (5)
1696
consumedChar = TextWindow.
NextChar
();
3570
info.Text = info.StringValue = TextWindow.
NextChar
().ToString();
3616
char consumedChar = TextWindow.
NextChar
();
3854
TextWindow.
NextChar
();
3874
char bad = TextWindow.
NextChar
();
Parser\Lexer_StringLiteral.cs (2)
133
char ch = TextWindow.
NextChar
();
136
ch = TextWindow.
NextChar
();