6 references to rightTree
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\Core\ReadOnlyTernaryTree.cs (2)
87if (node[pos + (int)TernaryTreeByte.rightTree] == 0x0) 89nodePos = nodePos + node[pos + (int)TernaryTreeByte.rightTree];
FrameworkFork\Microsoft.Xml\Xml\Core\util\TernaryTreeGenerator.cs (4)
255if (_nodeBuffer[nodePos, (int)TernaryTreeByte.rightTree] == 0x0) 264_nodeBuffer[nodePos, (int)TernaryTreeByte.rightTree] = (byte)(_endNodePos - nodePos); 270nodePos = nodePos + _nodeBuffer[nodePos, (int)TernaryTreeByte.rightTree]; 448_nodeBuffer[pos, (int)TernaryTreeByte.rightTree],