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