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