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