2 references to LexSyntaxToken
Microsoft.CodeAnalysis.CSharp (2)
Parser\Lexer.cs (1)
250return this.QuickScanSyntaxToken() ?? this.LexSyntaxToken();
Parser\QuickScanner.cs (1)
259var token = lexer.LexSyntaxToken();