7 references to ERR_ExpectedExpression
Microsoft.CodeAnalysis.VisualBasic (7)
CommandLine\VisualBasicCommandLineParser.vb (2)
2012If diag.Code <> ERRID.ERR_ExpectedExpression AndAlso diag.Code <> ERRID.ERR_BadCCExpression Then 2023ErrorFactory.ErrorInfo(If(atTheEndOrSeparator, ERRID.ERR_ExpectedExpression, ERRID.ERR_BadCCExpression)),
Errors\ErrorFacts.vb (1)
174ERRID.ERR_ExpectedExpression,
Parser\ParseExpression.vb (2)
429term = ReportSyntaxError(term, ERRID.ERR_ExpectedExpression) 544expr = expr.AddLeadingSyntax(arg, ERRID.ERR_ExpectedExpression)
Parser\ParseInterpolatedString.vb (1)
114expression = ReportSyntaxError(InternalSyntaxFactory.MissingExpression(), ERRID.ERR_ExpectedExpression)
Parser\ParseQuery.vb (1)
893element = ReportSyntaxError(element, ERRID.ERR_ExpectedExpression)