1 write to _xmlns
System.Private.Xml (1)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
334
_xmlns
= _xnt.Add("xmlns");
4 references to _xmlns
System.Private.Xml (4)
System\Xml\BinaryXml\XmlBinaryReader.cs (4)
350
AddInitNamespace(
_xmlns
, _nsxmlns);
1939
prefixStr =
_xmlns
;
2500
name = new QName(string.Empty,
_xmlns
, _nsxmlns);
2502
name = new QName(
_xmlns
, _xnt.Add(decl.prefix), _nsxmlns);