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