2 writes to onRemove
System.Data.Linq (2)
Types.cs (2)
170this.onRemove = onRemove; 180this.onRemove = es.onRemove;
3 references to onRemove
System.Data.Linq (3)
Types.cs (3)
180this.onRemove = es.onRemove; 486if (onRemove != null) { 490onRemove(entity);