4 references to HtmlTernaryTree
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Core\HtmlEncodedRawTextWriter.cs (2)
472attributePropertySearch = new TernaryTreeReadOnly(HtmlTernaryTree.htmlAttributes); 473elementPropertySearch = new TernaryTreeReadOnly(HtmlTernaryTree.htmlElements);
FrameworkFork\Microsoft.Xml\Xml\Core\HtmlUtf8RawTextWriter.cs (2)
471attributePropertySearch = new TernaryTreeReadOnly(HtmlTernaryTree.htmlAttributes); 472elementPropertySearch = new TernaryTreeReadOnly(HtmlTernaryTree.htmlElements);