2 writes to namespaces
System.Xml (2)
System\Xml\Core\XmlTextWriter.cs (2)
245namespaces = true; 309this.namespaces = value;
6 references to namespaces
System.Xml (6)
System\Xml\Core\XmlTextWriter.cs (6)
304get { return this.namespaces;} 422if (this.namespaces) { 492if (this.namespaces) { 873if (this.namespaces) { 1112if (this.namespaces && stack[top].prefix != null) { 1366if (namespaces) {