1 write to nsxmlns
System.Xml (1)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
327this.nsxmlns = this.xnt.Add(XmlReservedNs.NsXmlNs);
5 references to nsxmlns
System.Xml (5)
System\Xml\BinaryXml\XmlBinaryReader.cs (5)
346AddInitNamespace(this.xmlns, this.nsxmlns); 1712nsUriStr = this.nsxmlns; 2200name = new QName(string.Empty, this.xmlns, this.nsxmlns); 2202name = new QName(this.xmlns, xnt.Add(decl.prefix), this.nsxmlns); 2304else if (Ref.Equal(n.namespaceUri, this.nsxmlns)) {