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