3 writes to _prefixForXmlNs
System.Private.Xml (3)
System\Xml\Core\XmlTextWriter.cs (3)
617
_prefixForXmlNs
= null;
621
_prefixForXmlNs
= localName;
635
_prefixForXmlNs
= null;
2 references to _prefixForXmlNs
System.Private.Xml (2)
System\Xml\Core\XmlTextWriter.cs (2)
1764
VerifyPrefixXml(
_prefixForXmlNs
, value);
1765
PushNamespace(
_prefixForXmlNs
, value, true);