9 references to CreateMissingIdentifierToken
Microsoft.CodeAnalysis.CSharp (9)
Parser\LanguageParser.cs (9)
4311identifier = this.AddError(CreateMissingIdentifierToken(), ErrorCode.ERR_IdentifierExpected); 4535identifierOrThisOpt == null ? CreateMissingIdentifierToken() : identifierOrThisOpt, 4547identifier = CreateMissingIdentifierToken(); 4956var missingIdentifier = CreateMissingIdentifierToken(); 5331return _syntaxFactory.IdentifierName(CreateMissingIdentifierToken()); 5410var result = CreateMissingIdentifierToken(); 5426return this.AddError(CreateMissingIdentifierToken(), code); 5509this.AddError(CreateMissingIdentifierToken(), ErrorCode.ERR_IdentifierExpected)); 11429var identifier = this.IsTrueIdentifier() ? this.EatToken() : CreateMissingIdentifierToken();