17 references to IsCollectionType
System.Data.Entity (17)
System\Data\Common\CommandTrees\ExpressionBuilder\Internal\ArgumentValidation.cs (1)
1970else if (Helper.IsCollectionType(item))
System\Data\Common\EntitySql\SemanticAnalyzer.cs (1)
322if (Helper.IsCollectionType(resultType.EdmType))
System\Data\Common\EntitySql\SemanticResolver.cs (1)
1049return !Helper.IsCollectionType(toType.EdmType);
System\Data\Mapping\DefaultObjectMappingItemCollection.cs (4)
242Debug.Assert(typeSpace == DataSpace.CSpace || typeSpace == DataSpace.OSpace || Helper.IsRowType(edmType) || Helper.IsCollectionType(edmType)); 297if (Helper.IsCollectionType(cdmType)) 336if (Helper.IsCollectionType(clrType)) 558Helper.IsCollectionType(edmMember.TypeUsage.EdmType))
System\Data\Mapping\StorageMappingItemLoader.cs (1)
2843if (containerType == null || !(Helper.IsCollectionType(containerType)))
System\Data\Metadata\Edm\TypeUsage.cs (1)
424else if (Helper.IsCollectionType(edmType))
System\Data\Metadata\Helper.cs (1)
304return Helper.IsCollectionType(edmType) ||
System\Data\Metadata\ObjectLayer\ObjectItemConventionAssemblyLoader.cs (1)
515if (Helper.IsCollectionType(cspaceProperty.TypeUsage.EdmType))
System\Data\Metadata\TypeSemantics.cs (6)
151else if (Helper.IsCollectionType(fromType.EdmType) && Helper.IsCollectionType(toType.EdmType)) 184if (Helper.IsCollectionType(t.EdmType) || Helper.IsRefType(t.EdmType)) 339return Helper.IsCollectionType(type.EdmType); 814else if (Helper.IsCollectionType(edmType1) && Helper.IsCollectionType(edmType2))