1 instantiation of IndexTree
System.Data (1)
fx\src\data\System\Data\Selection.cs (1)
694records = new IndexTree(this);
19 references to IndexTree
System.Data (19)
fx\src\data\System\Data\Selection.cs (19)
80private IndexTree records; 434return new IndexTree.RBTreeEnumerator(records, startIndex); 507if (nodeId!=IndexTree.NIL) 515if (IndexTree.NIL != nodeId) { 523if (IndexTree.NIL != nodeId) { 536if (IndexTree.NIL != x) { // otherwise storage may not exist 542while (IndexTree.NIL != x) { 550while (IndexTree.NIL != x) { 569if (IndexTree.NIL != x) { // otherwise storage may not exist 577while (IndexTree.NIL != x) { 590if (IndexTree.NIL != x) { // otherwise storage may not exist 592while (IndexTree.NIL != x) { 609while (IndexTree.NIL != x) 624if (IndexTree.NIL == nodeId) { 629if (records.Next (nodeId) == IndexTree.NIL) 780return (IndexTree.NIL != x_id); 785return (IndexTree.NIL != x_id); 790return (IndexTree.NIL != x_id); 942if (curNodeId != IndexTree.NIL) {