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