2 references to IsUnsignedInt
System.Core (2)
Microsoft\Scripting\Ast\UnaryExpression.cs (2)
472if (TypeUtils.IsArithmetic(expression.Type) && !TypeUtils.IsUnsignedInt(expression.Type)) { 534if (TypeUtils.IsArithmetic(expression.Type) && !TypeUtils.IsUnsignedInt(expression.Type)) {