5 references to GetAssociationsForEntitySet
System.Data.Entity (5)
System\Data\Mapping\StorageModificationFunctionMapping.cs (1)
208foreach (AssociationSet assocationSet in MetadataHelper.GetAssociationsForEntitySet(entitySet))
System\Data\Mapping\ViewGeneration\Structures\CellQuery.cs (1)
340List<AssociationSet> associations = MetadataHelper.GetAssociationsForEntitySet(rightCellQuery.Extent as EntitySet);
System\Data\Metadata\Edm\EntitySet.cs (1)
136foreach (AssociationSet associationSet in MetadataHelper.GetAssociationsForEntitySet(this))
System\Data\Objects\DataClasses\RelationshipManager.cs (2)
740foreach (AssociationSet assocSet in MetadataHelper.GetAssociationsForEntitySet(ownerEntitySet)) 1449List<AssociationSet> associations = MetadataHelper.GetAssociationsForEntitySet(entitySet);