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