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