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