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)
255get => _doNotEscapeUriAttributes;