3 writes to loadIndexwithCurrentDeleted
System.Data (3)
fx\src\data\System\Data\DataTable.cs (3)
1595loadIndexwithCurrentDeleted = null; 4188loadIndexwithCurrentDeleted = null; 4264loadIndexwithCurrentDeleted = this.primaryKey.Key.GetSortIndex(DataViewRowState.CurrentRows |DataViewRowState.Deleted);
9 references to loadIndexwithCurrentDeleted
System.Data (9)
fx\src\data\System\Data\DataTable.cs (9)
1593if (null != loadIndexwithCurrentDeleted) { 1594loadIndexwithCurrentDeleted.RemoveRef(); 4182if (loadIndexwithCurrentDeleted != null) { 4183loadIndexwithCurrentDeleted.RemoveRef(); 4263if (loadIndexwithCurrentDeleted == null) { 4265Debug.Assert(loadIndexwithCurrentDeleted != null, "loadIndexwithCurrentDeleted should not be null" ); 4266if (loadIndexwithCurrentDeleted != null) { 4267loadIndexwithCurrentDeleted.AddRef(); 4270indextoUse = loadIndexwithCurrentDeleted;