6 references to IsIntegerNumericType
System.Data.Entity (6)
System\Data\Common\CommandTrees\ExpressionBuilder\Internal\ArgumentValidation.cs (3)
688if (!TypeSemantics.IsIntegerNumericType(count.ResultType)) 1379if (!TypeSemantics.IsIntegerNumericType(limit.ResultType)) 2057TypeSemantics.IsIntegerNumericType(expression.ResultType) &&
System\Data\Mapping\StorageMappingItemLoader.cs (1)
4406if (!TypeSemantics.IsIntegerNumericType(rowsAffectedParameter.TypeUsage))
System\Data\Metadata\TypeHelpers.cs (1)
770if (!TypeSemantics.IsIntegerNumericType(valueType))
System\Data\Metadata\TypeSemantics.cs (1)
414return (IsIntegerNumericType(type) || IsFixedPointNumericType(type) || IsFloatPointNumericType(type));