1 override of OnAssociationChanged
System.Data.Entity (1)
System\Data\Objects\DataClasses\EntityCollection.cs (1)
163internal override void OnAssociationChanged(CollectionChangeAction collectionChangeAction, object entity)
11 references to OnAssociationChanged
System.Data.Entity (11)
System\Data\Objects\DataClasses\EntityReference_TResultType.cs (1)
218OnAssociationChanged(CollectionChangeAction.Refresh, null);
System\Data\Objects\DataClasses\RelatedEnd.cs (7)
897OnAssociationChanged(CollectionChangeAction.Refresh, null); 1353targetRelatedEnd.OnAssociationChanged(CollectionChangeAction.Add, _wrappedOwner.Entity); 1354OnAssociationChanged(CollectionChangeAction.Add, wrappedTarget.Entity); 1473OnAssociationChanged(CollectionChangeAction.Remove, wrappedEntity.Entity); 1981OnAssociationChanged(CollectionChangeAction.Refresh, null); 2026relatedEnd.OnAssociationChanged(CollectionChangeAction.Remove, _wrappedOwner.Entity); 2044this.OnAssociationChanged(CollectionChangeAction.Refresh, null);
System\Data\Objects\EntityEntry.cs (2)
2227otherRelatedEnd.OnAssociationChanged(CollectionChangeAction.Add, _wrappedEntity.Entity); 2241relatedEnd.OnAssociationChanged(CollectionChangeAction.Add, relatedWrapper.Entity);
System\Data\Objects\ObjectStateManager.cs (1)
782pair.Key.OnAssociationChanged(CollectionChangeAction.Remove, wrappedEntity.Entity);