6 references to CreateMissingToken
Microsoft.CodeAnalysis.CSharp (6)
Parser\LanguageParser.cs (3)
1006type = _syntaxFactory.IdentifierName(CreateMissingToken(SyntaxKind.IdentifierToken, this.CurrentToken.Kind)); 1847? this.CreateMissingToken(SyntaxKind.CloseBraceToken, this.CurrentToken.Kind) 7804var lessThanTokenError = CreateMissingToken(SyntaxKind.LessThanToken, SyntaxKind.None);
Parser\SyntaxParser.cs (3)
533return CreateMissingToken(kind, this.CurrentToken.Kind); 548var replacement = CreateMissingToken(expected, this.CurrentToken.Kind); 666return CreateMissingToken(kind, contextualKind);