1 write to ns
System.Private.Xml (1)
System\Xml\Core\XmlTextWriter.cs (1)
82this.ns = ns;
3 references to ns
System.Private.Xml (3)
System\Xml\Core\XmlTextWriter.cs (3)
1395_xmlEncoder.Write(_nsStack[i].ns); 1495if (existingNsIndex != -1 && _nsStack[existingNsIndex].ns == ns) 1660if (_nsStack[i].ns == ns)