3 references to StoreEntitySet
System.Data.Entity (3)
System\Data\Mapping\StorageEntityContainerMapping.cs (2)
292IEnumerable<StorageAssociationSetMapping> associationSetMappings = m_associationSetMappings.Values.Cast<StorageAssociationSetMapping>().Where(w => ((w.StoreEntitySet != null) && (w.StoreEntitySet == storeEntitySet)));
System\Data\Mapping\ViewGeneration\Structures\LeafCellTreeNode.cs (1)
261EntitySet storeEntitySet = (EntitySet)(colocatedAssociationSetMap.StoreEntitySet);