9 references to IsCollectionType
System.Data.Entity (9)
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (5)
784if (TypeUtils.IsStructuredType(varDefOp.Var.Type) || TypeUtils.IsCollectionType(varDefOp.Var.Type)) 823if (TypeUtils.IsCollectionType(v.Type)) 1329if (TypeUtils.IsCollectionType(varDefOp.Var.Type)) 1637if (TypeUtils.IsCollectionType(v.Type)) 1948if (TypeUtils.IsCollectionType(op.Type) || md.TypeSemantics.IsEnumerationType(op.Type) || md.TypeSemantics.IsStrongSpatialType(op.Type))
System\Data\Query\PlanCompiler\PreProcessor.cs (1)
228if (TypeUtils.IsStructuredType(type) || TypeUtils.IsCollectionType(type) || TypeUtils.IsEnumerationType(type))
System\Data\Query\PlanCompiler\StructuredTypeInfo.cs (2)
471while (TypeUtils.IsCollectionType(type)) 721if (TypeUtils.IsCollectionType(type))
System\Data\Query\ResultAssembly\BridgeDataReader.cs (1)
203else if (TypeUtils.IsCollectionType(typeUsage)) {