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