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