1 write to elementPropertySearch
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Core\HtmlEncodedRawTextWriter.cs (1)
473elementPropertySearch = new TernaryTreeReadOnly(HtmlTernaryTree.htmlElements);
3 references to elementPropertySearch
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Core\HtmlEncodedRawTextWriter.cs (3)
135currentElementProperties = (ElementProperties)elementPropertySearch.FindCaseInsensitiveString(localName); 469if (elementPropertySearch == null) 868base.currentElementProperties = (ElementProperties)elementPropertySearch.FindCaseInsensitiveString(localName);