12 references to Type
Microsoft.CodeAnalysis.VisualBasic (12)
Preprocessor\ExpressionEvaluator.vb (12)
410Dim predefinedType = TryCast(expr.Type, PredefinedTypeSyntax) 412Return ReportSemanticError(ERRID.ERR_BadTypeInCCExpression, expr.Type) 418Return ReportSemanticError(ERRID.ERR_TryCastOfValueType1, expr.Type) 429Return ReportSemanticError(ERRID.ERR_IdentityDirectCastForFloat, expr.Type) 431Return ReportSemanticError(ERRID.WRN_ObsoleteIdentityDirectCastForValueType, expr.Type) 435Return ReportSemanticError(ERRID.ERR_TypeMismatch2, expr.Type, value.SpecialType.GetDisplayName(), specialType.GetDisplayName()) 441Dim predefinedType = TryCast(expr.Type, PredefinedTypeSyntax) 443Return ReportSemanticError(ERRID.ERR_BadTypeInCCExpression, expr.Type) 456Return ReportSemanticError(ERRID.ERR_IdentityDirectCastForFloat, expr.Type) 464Return ReportSemanticError(ERRID.ERR_TypeMismatch2, expr.Type, val.SpecialType, specialType) 470Dim predefinedType = TryCast(expr.Type, PredefinedTypeSyntax) 472Return ReportSemanticError(ERRID.ERR_BadTypeInCCExpression, expr.Type)