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