3 references to IndexOf
System.Data.Common (3)
System\Data\DataRowCollection.cs (1)
104
_list.
IndexOf
(row.RBTreeNodeId, row);
System\Data\RbTree.cs (2)
1587
if ((index =
IndexOf
(Left(nodeId), item)) != -1)
1591
if ((index =
IndexOf
(Right(nodeId), item)) != -1)