16 references to AddRef
System.Data.Common (16)
System\Data\DataColumn.cs (1)
1078_sortIndex.AddRef();
System\Data\DataRelationCollection.cs (1)
800relation.ChildKey.GetSortIndex().AddRef();
System\Data\DataTable.cs (5)
1736key!.ConstraintIndex.AddRef(); 3204ndx.AddRef(); 4623_loadIndex?.AddRef(); 4759_loadIndexwithCurrentDeleted?.AddRef(); 4770_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();