6 references to leftTree
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\Core\ReadOnlyTernaryTree.cs (2)
78
if (node[pos + (int)TernaryTreeByte.
leftTree
] == 0x0)
82
nodePos = nodePos + node[pos + (int)TernaryTreeByte.
leftTree
];
FrameworkFork\Microsoft.Xml\Xml\Core\util\TernaryTreeGenerator.cs (4)
234
if (_nodeBuffer[nodePos, (int)TernaryTreeByte.
leftTree
] == 0x0)
243
_nodeBuffer[nodePos, (int)TernaryTreeByte.
leftTree
] = (byte)(_endNodePos - nodePos);
249
nodePos = nodePos + _nodeBuffer[nodePos, (int)TernaryTreeByte.
leftTree
];
447
_nodeBuffer[pos, (int)TernaryTreeByte.
leftTree
],