4 references to ERR_ExpectedDeclaration
Microsoft.CodeAnalysis.VisualBasic (4)
Errors\ErrorFacts.vb (1)
165
ERRID.
ERR_ExpectedDeclaration
,
Parser\BlockContexts\DeclarationContext.vb (1)
147
node = Parser.ReportSyntaxError(node, ERRID.
ERR_ExpectedDeclaration
)
Parser\Parser.vb (2)
799
Return ReportUnrecognizedStatementError(ERRID.
ERR_ExpectedDeclaration
)
849
Return ParseSpecifierDeclaration().AddLeadingSyntax(idf, ERRID.
ERR_ExpectedDeclaration
)