6 references to TernaryTreeByte
System.Xml (6)
System\Xml\Core\ReadOnlyTernaryTree.cs (6)
70charInTheTree = node[pos + (int)TernaryTreeByte.characterByte]; 76if (node[pos + (int)TernaryTreeByte.leftTree] == 0x0) { 79nodePos = nodePos + node[pos + (int)TernaryTreeByte.leftTree]; 83if (node[pos + (int)TernaryTreeByte.rightTree] == 0x0) 85nodePos = nodePos + node[pos + (int)TernaryTreeByte.rightTree]; 90return node[pos + (int)TernaryTreeByte.data];