20 references to ERR_ExpectedIdentifier
Microsoft.CodeAnalysis.VisualBasic (20)
CommandLine\VisualBasicCommandLineParser.vb (3)
1913ErrorFactory.ErrorInfo(ERRID.ERR_ExpectedIdentifier), 1942ErrorFactory.ErrorInfo(ERRID.ERR_ExpectedIdentifier), 1959ErrorFactory.ErrorInfo(ERRID.ERR_ExpectedIdentifier),
Errors\ErrorFacts.vb (1)
176ERRID.ERR_ExpectedIdentifier,
Parser\ParseExpression.vb (2)
1030Dim missingIdent = ReportSyntaxError(InternalSyntaxFactory.MissingIdentifier, ERRID.ERR_ExpectedIdentifier) 1131result = SyntaxFactory.SimpleMemberAccessExpression(Term, DotOrBangToken, ReportSyntaxError(InternalSyntaxFactory.IdentifierName(InternalSyntaxFactory.MissingIdentifier), ERRID.ERR_ExpectedIdentifier))
Parser\ParseQuery.vb (1)
217missingIdent = ReportSyntaxError(missingIdent, ERRID.ERR_ExpectedIdentifier)
Parser\Parser.vb (3)
1408statement = ReportUnrecognizedStatementError(ERRID.ERR_ExpectedIdentifier, attributes, modifiers, createMissingIdentifier:=True) 2706id = ReportSyntaxError(id, ERRID.ERR_ExpectedIdentifier) 5433Dim typeName = SyntaxFactory.IdentifierName(ReportSyntaxError(InternalSyntaxFactory.MissingIdentifier(), ERRID.ERR_ExpectedIdentifier))
Parser\ParseStatement.vb (1)
908label = ReportSyntaxError(label, ERRID.ERR_ExpectedIdentifier)
Parser\ParseTerminal.vb (3)
66identifier = identifier.AddLeadingSyntax(CurrentToken, ERRID.ERR_ExpectedIdentifier) 69identifier = ReportSyntaxError(identifier, ERRID.ERR_ExpectedIdentifier) 124identifier = ReportSyntaxError(identifier, ERRID.ERR_ExpectedIdentifier)
Parser\ParseVerify.vb (1)
69Return ERRID.ERR_ExpectedIdentifier
Scanner\Scanner.vb (4)
1300Dim err As ERRID = ERRID.ERR_ExpectedIdentifier 1510Return MakeBadToken(precedingTrivia, 1, ERRID.ERR_ExpectedIdentifier) 1667Return MakeBadToken(precedingTrivia, here + 1, ERRID.ERR_ExpectedIdentifier) 1682Return MakeBadToken(precedingTrivia, here, ERRID.ERR_ExpectedIdentifier)
VisualBasicParseOptions.vb (1)
257ErrorFactory.ErrorInfo(ERRID.ERR_ExpectedIdentifier),