1 instantiation of StorageAssociationSetMapping
System.Data.Entity (1)
System\Data\Mapping\StorageMappingItemLoader.cs (1)
1451StorageAssociationSetMapping setMapping = new StorageAssociationSetMapping(associationSet, entityContainerMapping);
15 references to StorageAssociationSetMapping
System.Data.Entity (15)
System\Data\Mapping\StorageEntityContainerMapping.cs (3)
289internal IEnumerable<StorageAssociationSetMapping> GetRelationshipSetMappingsFor(EntitySetBase edmEntitySet, EntitySetBase storeEntitySet ) 292IEnumerable<StorageAssociationSetMapping> associationSetMappings = m_associationSetMappings.Values.Cast<StorageAssociationSetMapping>().Where(w => ((w.StoreEntitySet != null) && (w.StoreEntitySet == storeEntitySet)));
System\Data\Mapping\StorageMappingItemLoader.cs (5)
575foreach (StorageAssociationSetMapping associationSetMapping in entityContainerMapping.RelationshipSetMaps) 1451StorageAssociationSetMapping setMapping = new StorageAssociationSetMapping(associationSet, entityContainerMapping); 2543private void LoadAssociationTypeMapping(XPathNavigator nav, StorageAssociationSetMapping associationSetMapping, string associationTypeName, string tableName, EntityContainer storageEntityContainerType) 2598StorageAssociationSetMapping associationSetMapping, 2735private StorageMappingFragment LoadAssociationMappingFragment(XPathNavigator nav, StorageAssociationSetMapping setMapping, StorageAssociationTypeMapping typeMapping, string tableName, EntityContainer storageEntityContainerType)
System\Data\Mapping\Update\Internal\FunctionMappingTranslator.cs (2)
56StorageAssociationSetMapping setMapping) 295internal AssociationSetTranslator(StorageAssociationSetMapping setMapping)
System\Data\Mapping\Update\Internal\ViewLoader.cs (1)
306foreach (StorageAssociationSetMapping associationSetMapping in mapping.RelationshipSetMaps)
System\Data\Mapping\ViewGeneration\Structures\LeafCellTreeNode.cs (4)
183IEnumerable<StorageAssociationSetMapping> associationSetMaps = 186foreach (StorageAssociationSetMapping colocatedAssociationSetMap in associationSetMaps) 201private bool TryGetWithRelationship(StorageAssociationSetMapping colocatedAssociationSetMap, 258private StorageEndPropertyMapping GetForeignKeyEndMapFromAssocitionMap(StorageAssociationSetMapping colocatedAssociationSetMap, EntitySetBase thisExtent)