16 references to AddRef
System.Data.Common (16)
System\Data\DataColumn.cs (1)
1077_sortIndex.AddRef();
System\Data\DataRelationCollection.cs (1)
800relation.ChildKey.GetSortIndex().AddRef();
System\Data\DataTable.cs (5)
1731key!.ConstraintIndex.AddRef(); 3199ndx.AddRef(); 4618_loadIndex?.AddRef(); 4754_loadIndexwithCurrentDeleted?.AddRef(); 4765_loadIndexwithOriginalAdded?.AddRef();
System\Data\DataView.cs (3)
932findIndex.AddRef(); 1012findIndex.AddRef(); 1592newIndex.AddRef();
System\Data\DataViewListener.cs (1)
158index.AddRef();
System\Data\Merger.cs (2)
284ndxSearch.AddRef(); // need to addref twice, otherwise it will be collected 285ndxSearch.AddRef(); // in past first adref was done in const
System\Data\Select.cs (2)
323_index.AddRef(); 395_index.AddRef();
System\Data\UniqueConstraint.cs (1)
165_constraintIndex.AddRef();