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