2 writes to _doNotEscapeUriAttributes
System.Private.Xml (2)
System\Xml\Core\XmlWriterSettings.cs (2)
259
_doNotEscapeUriAttributes
= value;
522
_doNotEscapeUriAttributes
= false;
1 reference to _doNotEscapeUriAttributes
System.Private.Xml (1)
System\Xml\Core\XmlWriterSettings.cs (1)
255
get =>
_doNotEscapeUriAttributes
;