1 write to ns
System.Xml (1)
System\Xml\Core\XmlTextWriter.cs (1)
78this.ns = ns;
3 references to ns
System.Xml (3)
System\Xml\Core\XmlTextWriter.cs (3)
1143xmlEncoder.Write(nsStack[i].ns); 1218if (existingNsIndex != -1 && nsStack[existingNsIndex].ns == ns) { 1335if (nsStack[i].ns == ns) {