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