4 references to IsCollectionType
System.Data.Entity.Design (4)
System\Data\EntityModel\Emitters\AttributeEmitter.cs (2)
235(MetadataUtil.IsCollectionType(emitter.Item.TypeUsage.EdmType)), 248if (!MetadataUtil.IsCollectionType(emitter.Item.TypeUsage.EdmType))
System\Data\EntityModel\Emitters\PropertyEmitter.cs (2)
343else if (MetadataUtil.IsCollectionType(Item.TypeUsage.EdmType)) 454Debug.Assert(((MetadataUtil.IsPrimitiveType(Item.TypeUsage.EdmType)) || (MetadataUtil.IsCollectionType(Item.TypeUsage.EdmType)))