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