1 write to doNotEscapeUriAttributes
System.Xml (1)
System\Xml\Core\HtmlUtf8RawTextWriter.cs (1)
467doNotEscapeUriAttributes = settings.DoNotEscapeUriAttributes;
1 reference to doNotEscapeUriAttributes
System.Xml (1)
System\Xml\Core\HtmlUtf8RawTextWriter.cs (1)
509if ( ( currentAttributeProperties & ( AttributeProperties.URI | AttributeProperties.NAME ) ) != 0 && !doNotEscapeUriAttributes ) {