1 write to xmlns
System.Xml (1)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
326this.xmlns = this.xnt.Add("xmlns");
4 references to xmlns
System.Xml (4)
System\Xml\BinaryXml\XmlBinaryReader.cs (4)
346AddInitNamespace(this.xmlns, this.nsxmlns); 1706prefixStr = this.xmlns; 2200name = new QName(string.Empty, this.xmlns, this.nsxmlns); 2202name = new QName(this.xmlns, xnt.Add(decl.prefix), this.nsxmlns);