4 instantiations of TernaryTreeReadOnly
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);
4 references to TernaryTreeReadOnly
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Core\HtmlEncodedRawTextWriter.cs (2)
38protected static TernaryTreeReadOnly elementPropertySearch; 39protected static TernaryTreeReadOnly attributePropertySearch;
FrameworkFork\Microsoft.Xml\Xml\Core\HtmlUtf8RawTextWriter.cs (2)
38protected static TernaryTreeReadOnly elementPropertySearch; 39protected static TernaryTreeReadOnly attributePropertySearch;