9 references to ERR_BadCCExpression
Microsoft.CodeAnalysis.VisualBasic (9)
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)
745ERRID.ERR_BadCCExpression,
Parser\ParseExpression.vb (2)
72expression = InternalSyntaxFactory.MissingExpression().AddTrailingSyntax(startToken, ERRID.ERR_BadCCExpression) 142expression = ReportSyntaxError(expression, ERRID.ERR_BadCCExpression)
Preprocessor\ExpressionEvaluator.vb (4)
212Return ReportSemanticError(ERRID.ERR_BadCCExpression, expr) 227Return ReportSemanticError(ERRID.ERR_BadCCExpression, expr) 853Return ReportSemanticError(ERRID.ERR_BadCCExpression, expr) 953Return ReportSemanticError(ERRID.ERR_BadCCExpression, expr)