2 writes to onAdd
System.Data.Linq (2)
Types.cs (2)
169this.onAdd = onAdd; 179this.onAdd = es.onAdd;
3 references to onAdd
System.Data.Linq (3)
Types.cs (3)
179this.onAdd = es.onAdd; 474if (onAdd != null) { 478onAdd(entity);