1 write to _xmlns
System.Private.Xml (1)
System\Xml\Schema\Parser.cs (1)
211
_xmlns
= _nameTable.Add("xmlns");
2 references to _xmlns
System.Private.Xml (2)
System\Xml\Schema\Parser.cs (2)
405
attr = _dummyDocument.CreateAttribute(string.Empty,
_xmlns
!, XmlReservedNs.NsXmlNs);
409
attr = _dummyDocument.CreateAttribute(
_xmlns
, prefix, XmlReservedNs.NsXmlNs);