7 references to IsIntegerOrBool
System.Core (7)
Microsoft\Scripting\Ast\BinaryExpression.cs (6)
2313if (left.Type == right.Type && TypeUtils.IsIntegerOrBool(left.Type)) { 2362if (left.Type == right.Type && TypeUtils.IsIntegerOrBool(left.Type)) { 2399if (left.Type == right.Type && TypeUtils.IsIntegerOrBool(left.Type)) { 2448if (left.Type == right.Type && TypeUtils.IsIntegerOrBool(left.Type)) { 2484if (left.Type == right.Type && TypeUtils.IsIntegerOrBool(left.Type)) { 2532if (left.Type == right.Type && TypeUtils.IsIntegerOrBool(left.Type)) {
Microsoft\Scripting\Ast\UnaryExpression.cs (1)
565if (TypeUtils.IsIntegerOrBool(expression.Type)) {