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