4 writes to addNewInstance
System.Data.Linq (4)
DataBindingList.cs (4)
49
addNewInstance
= (TEntity)base.AddNewCore();
79
addNewInstance
= null;
97
addNewInstance
= null;
107
addNewInstance
= null;
6 references to addNewInstance
System.Data.Linq (6)
DataBindingList.cs (6)
50
return
addNewInstance
;
78
if (removedItem ==
addNewInstance
) {
95
if (itemIndex >= 0 && itemIndex < Count && this[itemIndex] ==
addNewInstance
) {
96
this.data.InsertOnSubmit(
addNewInstance
);
105
if (itemIndex >= 0 && itemIndex < Count && this[itemIndex] ==
addNewInstance
) {
106
cancelNewInstance =
addNewInstance
;