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