10 references to ERR_BadCCExpression
Microsoft.CodeAnalysis.VisualBasic (9)
CommandLine\VisualBasicCommandLineParser.vb (2)
1992If diag.Code <> ERRID.ERR_ExpectedExpression AndAlso diag.Code <> ERRID.ERR_BadCCExpression Then 2003ErrorFactory.ErrorInfo(If(atTheEndOrSeparator, ERRID.ERR_ExpectedExpression, ERRID.ERR_BadCCExpression)),
Errors\ErrorFacts.vb (1)
744ERRID.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)
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (1)
Scanner\ScannerTests.vb (1)
2035Diagnostic(ERRID.ERR_BadCCExpression, "<!--"))