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