3 writes to _loadIndexwithCurrentDeleted
System.Data.Common (3)
System\Data\DataTable.cs (3)
1712_loadIndexwithCurrentDeleted = null; 4653_loadIndexwithCurrentDeleted = null; 4752_loadIndexwithCurrentDeleted = _primaryKey.Key.GetSortIndex(DataViewRowState.CurrentRows | DataViewRowState.Deleted);
7 references to _loadIndexwithCurrentDeleted
System.Data.Common (7)
System\Data\DataTable.cs (7)
1709if (null != _loadIndexwithCurrentDeleted) 1711_loadIndexwithCurrentDeleted.RemoveRef(); 4649_loadIndexwithCurrentDeleted?.RemoveRef(); 4750if (_loadIndexwithCurrentDeleted == null) 4753Debug.Assert(_loadIndexwithCurrentDeleted != null, "loadIndexwithCurrentDeleted should not be null"); 4754_loadIndexwithCurrentDeleted?.AddRef(); 4756indextoUse = _loadIndexwithCurrentDeleted;