3 references to ReportModifiersOnStatementError
Microsoft.CodeAnalysis.VisualBasic (3)
Parser\Parser.vb (3)
4698
Dim importsKeyword As KeywordSyntax =
ReportModifiersOnStatementError
(Attributes, Specifiers, DirectCast(CurrentToken, KeywordSyntax))
4855
Dim keyword As KeywordSyntax =
ReportModifiersOnStatementError
(Attributes, Specifiers, DirectCast(CurrentToken, KeywordSyntax))
4916
Dim optionKeyword =
ReportModifiersOnStatementError
(Attributes, Specifiers, DirectCast(CurrentToken, KeywordSyntax))