2 overrides of IsOfTypes
System.Data.Entity (2)
System\Data\Mapping\StorageAssociationTypeMapping.cs (1)
98internal override ReadOnlyCollection<EdmType> IsOfTypes {
System\Data\Mapping\StorageEntityTypeMapping.cs (1)
92internal override ReadOnlyCollection<EdmType> IsOfTypes {
3 references to IsOfTypes
System.Data.Entity (3)
System\Data\Mapping\BaseMetadataMappingVisitor.cs (1)
340foreach (var type in storageTypeMapping.IsOfTypes)
System\Data\Metadata\MappingMetadataHelper.cs (2)
35foreach (StorageTypeMapping typeMap in extentMap.TypeMappings.Where(map => map.Types.Union(map.IsOfTypes).Contains(entityType))) 62if (mapping.IsOfTypes.Any(parentType => parentType.IsAssignableFrom(childEntityType)) || mapping.Types.Contains(childEntityType))