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)
473if ((_currentAttributeProperties & (AttributeProperties.URI | AttributeProperties.NAME)) != 0 && !_doNotEscapeUriAttributes)