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