6 references to TernaryTreeByte
System.Private.Xml (6)
System\Xml\Core\ReadOnlyTernaryTree.cs (6)
158
int charInTheTree = nodeBuffer[pos + (int)
TernaryTreeByte
.CharacterByte];
163
if (nodeBuffer[pos + (int)
TernaryTreeByte
.LeftTree] == 0x0)
168
nodePos += nodeBuffer[pos + (int)
TernaryTreeByte
.LeftTree];
173
if (nodeBuffer[pos + (int)
TernaryTreeByte
.RightTree] == 0x0)
178
nodePos += nodeBuffer[pos + (int)
TernaryTreeByte
.RightTree];
185
return nodeBuffer[pos + (int)
TernaryTreeByte
.Data];