1 write to xmlns
System.Xml (1)
System\Xml\Schema\Parser.cs (1)
187
xmlns
= nameTable.Add("xmlns");
2 references to xmlns
System.Xml (2)
System\Xml\Schema\Parser.cs (2)
353
attr = dummyDocument.CreateAttribute(string.Empty,
xmlns
, XmlReservedNs.NsXmlNs);
356
attr = dummyDocument.CreateAttribute(
xmlns
, prefix, XmlReservedNs.NsXmlNs);