3 references to ReportModifiersOnStatementError
Microsoft.CodeAnalysis.VisualBasic (3)
Parser\Parser.vb (2)
1640
Dim namespaceKeyword As KeywordSyntax =
ReportModifiersOnStatementError
(ERRID.ERR_SpecifiersInvalidOnInheritsImplOpt, attributes, Specifiers, DirectCast(CurrentToken, KeywordSyntax))
3428
methodKeyword =
ReportModifiersOnStatementError
(ERRID.ERR_SpecifiersInvOnEventMethod, Nothing, modifiers, methodKeyword)
Parser\ParseReportError.vb (1)
115
Return
ReportModifiersOnStatementError
(ERRID.ERR_SpecifiersInvalidOnInheritsImplOpt, attributes, modifiers, keyword)