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