3 writes to prefixForXmlNs
System.Xml (3)
System\Xml\Core\XmlTextWriter.cs (3)
524
this.
prefixForXmlNs
= null;
527
this.
prefixForXmlNs
= localName;
537
this.
prefixForXmlNs
= null;
2 references to prefixForXmlNs
System.Xml (2)
System\Xml\Core\XmlTextWriter.cs (2)
1425
VerifyPrefixXml(this.
prefixForXmlNs
, value);
1426
PushNamespace(this.
prefixForXmlNs
, value, true);