22 references to IsArithmetic
System.Core (22)
Microsoft\Scripting\Ast\BinaryExpression.cs (16)
1412if (left.Type == right.Type && TypeUtils.IsArithmetic(left.Type)) { 1462if (left.Type == right.Type && TypeUtils.IsArithmetic(left.Type)) { 1538if (left.Type == right.Type && TypeUtils.IsArithmetic(left.Type)) { 1575if (left.Type == right.Type && TypeUtils.IsArithmetic(left.Type)) { 1608if (left.Type == right.Type && TypeUtils.IsArithmetic(left.Type)) { 1657if (left.Type == right.Type && TypeUtils.IsArithmetic(left.Type)) { 1710if (left.Type == right.Type && TypeUtils.IsArithmetic(left.Type)) { 1747if (left.Type == right.Type && TypeUtils.IsArithmetic(left.Type)) { 1780if (left.Type == right.Type && TypeUtils.IsArithmetic(left.Type)) { 1829if (left.Type == right.Type && TypeUtils.IsArithmetic(left.Type)) { 1866if (left.Type == right.Type && TypeUtils.IsArithmetic(left.Type)) { 1915if (left.Type == right.Type && TypeUtils.IsArithmetic(left.Type)) { 1952if (left.Type == right.Type && TypeUtils.IsArithmetic(left.Type)) { 2001if (left.Type == right.Type && TypeUtils.IsArithmetic(left.Type)) { 2054if (left.Type == right.Type && TypeUtils.IsArithmetic(left.Type)) { 2091if (left.Type == right.Type && TypeUtils.IsArithmetic(left.Type)) {
Microsoft\Scripting\Ast\UnaryExpression.cs (6)
472if (TypeUtils.IsArithmetic(expression.Type) && !TypeUtils.IsUnsignedInt(expression.Type)) { 503if (TypeUtils.IsArithmetic(expression.Type)) { 534if (TypeUtils.IsArithmetic(expression.Type) && !TypeUtils.IsUnsignedInt(expression.Type)) { 859if (TypeUtils.IsArithmetic(expression.Type)) { 885if (TypeUtils.IsArithmetic(expression.Type)) { 984if (TypeUtils.IsArithmetic(expression.Type)) {