3 references to IsNumeric
System.Core (3)
Microsoft\Scripting\Ast\BinaryExpression.cs (2)
1040if (left.Type == right.Type && (TypeUtils.IsNumeric(left.Type) || 1195if (left.Type == right.Type && TypeUtils.IsNumeric(left.Type)) {
Microsoft\Scripting\Ast\TypeUtils.cs (1)
425if (nnType == typeof(bool) || IsNumeric(nnType) || nnType.IsEnum) {