6 references to ERR_BadTypeInCCExpression
Microsoft.CodeAnalysis.VisualBasic (6)
Errors\ErrorFacts.vb (1)
744
ERRID.
ERR_BadTypeInCCExpression
,
Parser\Parser.vb (1)
3043
ident = ident.AddTrailingSyntax(start, ERRID.
ERR_BadTypeInCCExpression
)
Preprocessor\ExpressionEvaluator.vb (4)
412
Return ReportSemanticError(ERRID.
ERR_BadTypeInCCExpression
, expr.Type)
443
Return ReportSemanticError(ERRID.
ERR_BadTypeInCCExpression
, expr.Type)
472
Return ReportSemanticError(ERRID.
ERR_BadTypeInCCExpression
, expr.Type)
1061
Return ReportSemanticError(ERRID.
ERR_BadTypeInCCExpression
, expr)