5 writes to _index
System.Data.Common (5)
System\Data\RbTree.cs (5)
2051_index = NIL; 2062_index = NIL; 2067_index = tree.ComputeNodeByIndex(position - 1, out _mainTreeNodeId); 2087bool hasCurrent = _tree.Successor(ref _index, ref _mainTreeNodeId); 2116_index = NIL;
2 references to _index
System.Data.Common (2)
System\Data\RbTree.cs (2)
2068if (NIL == _index) 2088_current = _tree.Key(_index);