1 write to _doNotEscapeUriAttributes
System.Private.Xml (1)
System\Xml\Core\HtmlUtf8RawTextWriter.cs (1)
426
_doNotEscapeUriAttributes
= settings.DoNotEscapeUriAttributes;
1 reference to _doNotEscapeUriAttributes
System.Private.Xml (1)
System\Xml\Core\HtmlUtf8RawTextWriter.cs (1)
473
if ((_currentAttributeProperties & (AttributeProperties.URI | AttributeProperties.NAME)) != 0 && !
_doNotEscapeUriAttributes
)