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)
72
private
IndexTree
_records = null!; // Always initialized in InitRecords
434
new
IndexTree
.RBTreeEnumerator(_records, startIndex);
510
if (nodeId !=
IndexTree
.NIL)
519
if (
IndexTree
.NIL != nodeId)
529
if (
IndexTree
.NIL != nodeId)
545
if (
IndexTree
.NIL != x)
554
while (
IndexTree
.NIL != x)
564
while (
IndexTree
.NIL != x)
586
if (
IndexTree
.NIL != x)
597
while (
IndexTree
.NIL != x)
612
if (
IndexTree
.NIL != x)
616
while (
IndexTree
.NIL != x)
633
while (
IndexTree
.NIL != x)
648
if (
IndexTree
.NIL == nodeId)
654
if (_records.Next(nodeId) ==
IndexTree
.NIL)
823
return (
IndexTree
.NIL != x_id);
829
return (
IndexTree
.NIL != x_id);
835
return (
IndexTree
.NIL != x_id);
1011
if (curNodeId !=
IndexTree
.NIL)