2 writes to cancelNewInstance
System.Data.Linq (2)
DataBindingList.cs (2)
62cancelNewInstance = null; 106cancelNewInstance = addNewInstance;
1 reference to cancelNewInstance
System.Data.Linq (1)
DataBindingList.cs (1)
61if (index >= 0 && index < Count && this[index] == cancelNewInstance) {