2 references to IsAtDotDotToken
Microsoft.CodeAnalysis.CSharp (2)
Parser\LanguageParser.cs (2)
11376
=>
IsAtDotDotToken
(this.CurrentToken, this.PeekToken(1));
11801
if (nextTokenKind == SyntaxKind.DotToken && !
IsAtDotDotToken
(nextToken, this.PeekToken(2)))