7 references to IsIntegerOrBool
System.Linq.Expressions (7)
System\Linq\Expressions\BinaryExpression.cs (6)
2465if (left.Type == right.Type && left.Type.IsIntegerOrBool()) 2518if (left.Type == right.Type && left.Type.IsIntegerOrBool()) 2559if (left.Type == right.Type && left.Type.IsIntegerOrBool()) 2612if (left.Type == right.Type && left.Type.IsIntegerOrBool()) 2653if (left.Type == right.Type && left.Type.IsIntegerOrBool()) 2706if (left.Type == right.Type && left.Type.IsIntegerOrBool())
System\Linq\Expressions\UnaryExpression.cs (1)
580if (expression.Type.IsIntegerOrBool())