8 references to IsComplexType
System.Data.Entity.Design (8)
System\Data\EntityModel\Emitters\AttributeEmitter.cs (1)
234
Debug.Assert(MetadataUtil.
IsComplexType
(emitter.Item.TypeUsage.EdmType) ||
System\Data\EntityModel\Emitters\PropertyEmitter.cs (6)
126
if (MetadataUtil.
IsComplexType
(Item.TypeUsage.EdmType))
232
if (MetadataUtil.
IsComplexType
(Item.TypeUsage.EdmType))
338
else if (MetadataUtil.
IsComplexType
(Item.TypeUsage.EdmType))
345
if (MetadataUtil.
IsComplexType
(((CollectionType)Item.TypeUsage.EdmType).TypeUsage.EdmType))
575
else if (MetadataUtil.
IsComplexType
(propertyType))
588
Debug.Assert(MetadataUtil.
IsComplexType
(typeUsage.EdmType));
System\Data\EntityModel\Emitters\StructuredTypeEmitter.cs (1)
210
if (MetadataUtil.
IsComplexType
(propertyEmitter.Item.TypeUsage.EdmType))