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