1 write to QnXmlNs
System.Xml (1)
System\Xml\Schema\SchemaNames.cs (1)
186QnXmlNs = new XmlQualifiedName( nameTable.Add("xmlns"), NsXmlNs );
1 reference to QnXmlNs
System.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
737this.namespaces.Add((name == this.schemaNames.QnXmlNs.Name) ? string.Empty : name, value);