2 writes to sortIndex
System.Data (2)
fx\src\data\System\Data\DataColumn.cs (2)
1051
sortIndex
= null;
1095
sortIndex
= table.GetIndex(indexDesc, DataViewRowState.CurrentRows, (IFilter)null);
9 references to sortIndex
System.Data (9)
fx\src\data\System\Data\DataColumn.cs (9)
1047
if ((null !=
sortIndex
) && (-1 == ordinal)) {
1048
Debug.Assert(2 <=
sortIndex
.RefCount, "bad sortIndex refcount");
1049
sortIndex
.RemoveRef();
1050
sortIndex
.RemoveRef(); // second should remove it from index collection
1093
if (
sortIndex
== null) {
1096
sortIndex
.AddRef();
1098
return
sortIndex
;
1397
if (
sortIndex
!= null) {
1398
if (
sortIndex
.IsKeyInIndex(_storage.NullValue)) {// here we do use strong typed NULL for Sql types