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