5 references to characterByte
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\Core\ReadOnlyTernaryTree.cs (1)
72charInTheTree = node[pos + (int)TernaryTreeByte.characterByte];
FrameworkFork\Microsoft.Xml\Xml\Core\util\TernaryTreeGenerator.cs (4)
206charInTheTree = _nodeBuffer[nodePos, (int)TernaryTreeByte.characterByte]; 285_nodeBuffer[nodePos, (int)TernaryTreeByte.characterByte] = (byte)charToAdd; 290_nodeBuffer[nodePos, (int)TernaryTreeByte.characterByte] = 0; 446streamWriter.Write("{0},{1},{2},{3},", _nodeBuffer[pos, (int)TernaryTreeByte.characterByte],