1 write to _rightId
System.Data.Common (1)
System\Data\RbTree.cs (1)
1683_pageTable[nodeId >> 16]!._slots[nodeId & 0xFFFF]._rightId = rightNodeId;
2 references to _rightId
System.Data.Common (2)
System\Data\RbTree.cs (2)
372Debug.Assert(page._slots[slotId]._rightId == NIL, "node not cleared"); 1797return (_pageTable[nodeId >> 16]!._slots[nodeId & 0xFFFF]._rightId);