6 references to GetAssociationEndMember
System.Data.Entity (6)
System\Data\Objects\EntityEntry.cs (5)
2552RelationshipMultiplicity multiplicity = this.GetAssociationEndMember(relationshipEntry).RelationshipMultiplicity; 2607RelationshipMultiplicity multiplicity = this.GetAssociationEndMember(relationshipEntry).RelationshipMultiplicity; 2645if (endMember == null || endMember == otherEnd.GetAssociationEndMember(relationshipEntry)) 2730thisRole = this.GetAssociationEndMember(relationshipEntry).Name; 2803thisRole = this.GetAssociationEndMember(relationshipEntry).Name;
System\Data\Objects\ObjectStateManager.cs (1)
719AssociationEndMember sourceMember = keyEntry.GetAssociationEndMember(relationshipEntry);