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