2 writes to _onAssociationChangedforObjectView
System.Data.Entity (2)
System\Data\Objects\DataClasses\EntityCollection.cs (2)
85
_onAssociationChangedforObjectView
+= value;
89
_onAssociationChangedforObjectView
-= value;
2 references to _onAssociationChangedforObjectView
System.Data.Entity (2)
System\Data\Objects\DataClasses\EntityCollection.cs (2)
168
if (
_onAssociationChangedforObjectView
!= null)
170
_onAssociationChangedforObjectView
(this, (new CollectionChangeEventArgs(collectionChangeAction, entity)));