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)
168if (_onAssociationChangedforObjectView != null) 170_onAssociationChangedforObjectView(this, (new CollectionChangeEventArgs(collectionChangeAction, entity)));