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