4 references to IsInteger
System.Core (4)
Microsoft\Scripting\Ast\BinaryExpression.cs (1)
2100return TypeUtils.IsInteger(left)
Microsoft\Scripting\Ast\NewArrayExpression.cs (1)
220if (!TypeUtils.IsInteger(expr.Type)) {
Microsoft\Scripting\Ast\UnaryExpression.cs (1)
647if (TypeUtils.IsInteger(expression.Type)) {
Microsoft\Scripting\Compiler\LambdaCompiler.Unary.cs (1)
81} else if (node.NodeType == ExpressionType.NegateChecked && TypeUtils.IsInteger(node.Operand.Type)) {