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)
372
Debug.Assert(page._slots[slotId].
_rightId
== NIL, "node not cleared");
1797
return (_pageTable[nodeId >> 16]!._slots[nodeId & 0xFFFF].
_rightId
);