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)
1714
if (null !=
_loadIndexwithCurrentDeleted
)
1716
_loadIndexwithCurrentDeleted
.RemoveRef();
4654
_loadIndexwithCurrentDeleted
?.RemoveRef();
4755
if (
_loadIndexwithCurrentDeleted
== null)
4758
Debug.Assert(
_loadIndexwithCurrentDeleted
!= null, "loadIndexwithCurrentDeleted should not be null");
4759
_loadIndexwithCurrentDeleted
?.AddRef();
4761
indextoUse =
_loadIndexwithCurrentDeleted
;