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)
1764VerifyPrefixXml(_prefixForXmlNs, value); 1765PushNamespace(_prefixForXmlNs, value, true);