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