5 references to IsCharType
Microsoft.CodeAnalysis.VisualBasic (5)
Semantics\CompileTimeCalculations.vb (5)
295Debug.Assert(ConstantValue.IsIntegralType(sourceType) OrElse ConstantValue.IsBooleanType(sourceType) OrElse ConstantValue.IsCharType(sourceType), 298If ConstantValue.IsIntegralType(targetType) OrElse ConstantValue.IsBooleanType(targetType) OrElse ConstantValue.IsCharType(targetType) Then 304If ConstantValue.IsCharType(sourceType) Then 362If ConstantValue.IsIntegralType(targetType) OrElse ConstantValue.IsCharType(targetType) Then 444If ConstantValue.IsIntegralType(targetType) OrElse ConstantValue.IsCharType(targetType) Then