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