5 references to ReportUnrecognizedStatementError
Microsoft.CodeAnalysis.VisualBasic (5)
Parser\Parser.vb (4)
1307
statement =
ReportUnrecognizedStatementError
(ERRID.ERR_ObsoleteStructureNotType, attributes, modifiers)
1397
statement =
ReportUnrecognizedStatementError
(ERRID.ERR_StandaloneAttribute, attributes, modifiers)
1401
statement =
ReportUnrecognizedStatementError
(ERRID.ERR_InvalidUseOfKeyword, attributes, modifiers, forceErrorOnFirstToken:=True)
1407
statement =
ReportUnrecognizedStatementError
(ERRID.ERR_ExpectedIdentifier, attributes, modifiers, createMissingIdentifier:=True)
Parser\ParseReportError.vb (1)
50
Return
ReportUnrecognizedStatementError
(ErrorId, Nothing, Nothing)