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