2 writes to namespaces
System.Xml (2)
System\Xml\Schema\XsdBuilder.cs (2)
735this.namespaces = new Hashtable(); 766this.namespaces = null;
5 references to namespaces
System.Xml (5)
System\Xml\Schema\XsdBuilder.cs (5)
734if (this.namespaces == null) { 737this.namespaces.Add((name == this.schemaNames.QnXmlNs.Name) ? string.Empty : name, value); 764if (this.namespaces != null && this.namespaces.Count > 0) { 765this.xso.Namespaces.Namespaces = this.namespaces;