3 writes to _loadIndexwithCurrentDeleted
System.Data.Common (3)
System\Data\DataTable.cs (3)
1717_loadIndexwithCurrentDeleted = null; 4658_loadIndexwithCurrentDeleted = null; 4757_loadIndexwithCurrentDeleted = _primaryKey.Key.GetSortIndex(DataViewRowState.CurrentRows | DataViewRowState.Deleted);
7 references to _loadIndexwithCurrentDeleted
System.Data.Common (7)
System\Data\DataTable.cs (7)
1714if (null != _loadIndexwithCurrentDeleted) 1716_loadIndexwithCurrentDeleted.RemoveRef(); 4654_loadIndexwithCurrentDeleted?.RemoveRef(); 4755if (_loadIndexwithCurrentDeleted == null) 4758Debug.Assert(_loadIndexwithCurrentDeleted != null, "loadIndexwithCurrentDeleted should not be null"); 4759_loadIndexwithCurrentDeleted?.AddRef(); 4761indextoUse = _loadIndexwithCurrentDeleted;