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