2 writes to onEntityDeletedDelegate
System.Data.Entity (2)
System\Data\Objects\ObjectStateManager.cs (2)
243
onEntityDeletedDelegate
+= value;
247
onEntityDeletedDelegate
-= value;
2 references to onEntityDeletedDelegate
System.Data.Entity (2)
System\Data\Objects\ObjectStateManager.cs (2)
263
if (
onEntityDeletedDelegate
!= null)
265
onEntityDeletedDelegate
(this, new CollectionChangeEventArgs(action, entity));