1 write to elementPropertySearch
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Core\HtmlUtf8RawTextWriter.cs (1)
472elementPropertySearch = new TernaryTreeReadOnly(HtmlTernaryTree.htmlElements);
3 references to elementPropertySearch
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Core\HtmlUtf8RawTextWriter.cs (3)
134currentElementProperties = (ElementProperties)elementPropertySearch.FindCaseInsensitiveString(localName); 468if (elementPropertySearch == null) 864base.currentElementProperties = (ElementProperties)elementPropertySearch.FindCaseInsensitiveString(localName);