16 references to AddRef
System.Data (16)
fx\src\data\System\Data\DataColumn.cs (1)
1096sortIndex.AddRef();
fx\src\data\System\Data\DataRelationCollection.cs (1)
715relation.ChildKey.GetSortIndex().AddRef();
fx\src\data\System\Data\DataTable.cs (5)
1611key.ConstraintIndex.AddRef(); 2924ndx.AddRef(); 4149loadIndex.AddRef(); 4267loadIndexwithCurrentDeleted.AddRef(); 4277loadIndexwithOriginalAdded.AddRef();
fx\src\data\System\Data\DataView.cs (3)
976findIndex.AddRef(); 1093findIndex.AddRef(); 1595newIndex.AddRef();
fx\src\data\System\Data\DataViewListener.cs (1)
140index.AddRef();
fx\src\data\System\Data\Merger.cs (2)
245ndxSearch.AddRef(); // need to addref twice, otherwise it will be collected 246ndxSearch.AddRef(); // in past first adref was done in const
fx\src\data\System\Data\Select.cs (2)
269index.AddRef(); 328index.AddRef();
fx\src\data\System\Data\UniqueConstraint.cs (1)
162_constraintIndex.AddRef();