2 writes to _sortIndex
System.Data.Common (2)
System\Data\DataColumn.cs (2)
1031
_sortIndex
= null;
1077
_sortIndex
= _table!.GetIndex(indexDesc, DataViewRowState.CurrentRows, null);
9 references to _sortIndex
System.Data.Common (9)
System\Data\DataColumn.cs (9)
1026
if ((null !=
_sortIndex
) && (-1 == ordinal))
1028
Debug.Assert(2 <=
_sortIndex
.RefCount, "bad sortIndex refcount");
1029
_sortIndex
.RemoveRef();
1030
_sortIndex
.RemoveRef(); // second should remove it from index collection
1074
if (
_sortIndex
== null)
1078
_sortIndex
.AddRef();
1080
return
_sortIndex
;
1412
if (
_sortIndex
!= null)
1414
if (
_sortIndex
.IsKeyInIndex(_storage._nullValue))