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