3 references to IsEnumerationType
System.Data.Entity (3)
System\Data\Query\PlanCompiler\PreProcessor.cs (1)
228
if (TypeUtils.IsStructuredType(type) || TypeUtils.IsCollectionType(type) || TypeUtils.
IsEnumerationType
(type))
System\Data\Query\PlanCompiler\StructuredTypeInfo.cs (1)
1040
if (TypeUtils.
IsEnumerationType
(type))
System\Data\Query\ResultAssembly\BridgeDataReader.cs (1)
206
else if (TypeUtils.
IsEnumerationType
(typeUsage)) {