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