1 write to _nsxmlns
System.Private.Xml (1)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
335_nsxmlns = _xnt.Add(XmlReservedNs.NsXmlNs);
5 references to _nsxmlns
System.Private.Xml (5)
System\Xml\BinaryXml\XmlBinaryReader.cs (5)
350AddInitNamespace(_xmlns, _nsxmlns); 1946nsUriStr = _nsxmlns; 2500name = new QName(string.Empty, _xmlns, _nsxmlns); 2502name = new QName(_xmlns, _xnt.Add(decl.prefix), _nsxmlns); 2620else if (Ref.Equal(n.namespaceUri, _nsxmlns))