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