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