5 references to ERR_InvalidUseOfKeyword
Microsoft.CodeAnalysis.VisualBasic (5)
Errors\ErrorFacts.vb (1)
162ERRID.ERR_InvalidUseOfKeyword,
Parser\ParseQuery.vb (1)
93curIdent = ReportSyntaxError(curIdent, ERRID.ERR_InvalidUseOfKeyword)
Parser\Parser.vb (1)
1402statement = ReportUnrecognizedStatementError(ERRID.ERR_InvalidUseOfKeyword, attributes, modifiers, forceErrorOnFirstToken:=True)
Parser\ParseTerminal.vb (2)
44identifier = ReportSyntaxError(identifier, ERRID.ERR_InvalidUseOfKeyword) 57identifier = ReportSyntaxError(identifier, ERRID.ERR_InvalidUseOfKeyword)