5 references to IsBooleanType
Microsoft.CodeAnalysis.VisualBasic (5)
Semantics\CompileTimeCalculations.vb (5)
232If Not ConstantValue.IsBooleanType(sourceType) AndAlso 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 354If (ConstantValue.IsBooleanType(targetType)) Then 496If ConstantValue.IsFloatingType(targetType) OrElse ConstantValue.IsBooleanType(targetType) Then