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