1 instantiation of IndexTree
System.Data.Common (1)
System\Data\Selection.cs (1)
723_records = new IndexTree(this);
19 references to IndexTree
System.Data.Common (19)
System\Data\Selection.cs (19)
72private IndexTree _records = null!; // Always initialized in InitRecords 434new IndexTree.RBTreeEnumerator(_records, startIndex); 510if (nodeId != IndexTree.NIL) 519if (IndexTree.NIL != nodeId) 529if (IndexTree.NIL != nodeId) 545if (IndexTree.NIL != x) 554while (IndexTree.NIL != x) 564while (IndexTree.NIL != x) 586if (IndexTree.NIL != x) 597while (IndexTree.NIL != x) 612if (IndexTree.NIL != x) 616while (IndexTree.NIL != x) 633while (IndexTree.NIL != x) 648if (IndexTree.NIL == nodeId) 654if (_records.Next(nodeId) == IndexTree.NIL) 823return (IndexTree.NIL != x_id); 829return (IndexTree.NIL != x_id); 835return (IndexTree.NIL != x_id); 1011if (curNodeId != IndexTree.NIL)