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