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)
405attr = _dummyDocument.CreateAttribute(string.Empty, _xmlns!, XmlReservedNs.NsXmlNs); 409attr = _dummyDocument.CreateAttribute(_xmlns, prefix, XmlReservedNs.NsXmlNs);