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