4 references to IsBool
System.Linq.Expressions (4)
System\Dynamic\Utils\TypeUtils.cs (1)
231
public static bool IsNumericOrBool(this Type type) => IsNumeric(type) ||
IsBool
(type);
System\Linq\Expressions\BinaryExpression.cs (1)
1056
left.Type.
IsBool
() ||
System\Linq\Expressions\UnaryExpression.cs (2)
615
if (expression.Type.
IsBool
())
645
if (expression.Type.
IsBool
())