4 instantiations of TernaryTreeReadOnly
System.Xml (4)
System\Xml\Core\HtmlEncodedRawTextWriter.cs (2)
458
attributePropertySearch = new
TernaryTreeReadOnly
(HtmlTernaryTree.htmlAttributes );
459
elementPropertySearch = new
TernaryTreeReadOnly
( HtmlTernaryTree.htmlElements );
System\Xml\Core\HtmlUtf8RawTextWriter.cs (2)
458
attributePropertySearch = new
TernaryTreeReadOnly
(HtmlTernaryTree.htmlAttributes );
459
elementPropertySearch = new
TernaryTreeReadOnly
( HtmlTernaryTree.htmlElements );
4 references to TernaryTreeReadOnly
System.Xml (4)
System\Xml\Core\HtmlEncodedRawTextWriter.cs (2)
72
protected static
TernaryTreeReadOnly
elementPropertySearch;
73
protected static
TernaryTreeReadOnly
attributePropertySearch;
System\Xml\Core\HtmlUtf8RawTextWriter.cs (2)
72
protected static
TernaryTreeReadOnly
elementPropertySearch;
73
protected static
TernaryTreeReadOnly
attributePropertySearch;