1 write to Xmlns
System.Data.SqlXml (1)
System\Xml\Xsl\Xslt\Keywords.cs (1)
248
Xmlns
= nt.Add("xmlns");
2 references to Xmlns
System.Data.SqlXml (2)
System\Xml\Xsl\Xslt\XsltInput.cs (2)
249
if (Ref.Equal(rec.prefix, atoms.
Xmlns
)) { // xmlns:foo="NS_FOO"
256
} else if (rec.prefix.Length == 0 && Ref.Equal(rec.localName, atoms.
Xmlns
)) { // xmlns="NS_FOO"