5 references to NsDecl
System.Data.SqlXml (5)
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (1)
1279newtemplate.Namespaces = new NsDecl(newtemplate.Namespaces, scoperecord.ncName, scoperecord.nsUri);
System\Xml\Xsl\Xslt\XsltInput.cs (3)
811ctxInfo.nsList = new NsDecl(ctxInfo.nsList, /*prefix:*/null, /*nsUri:*/null); // null, null means Exlusion #all 832ctxInfo.nsList = new NsDecl(ctxInfo.nsList, /*prefix:*/null, list[idx]); // null means that this Exlusion NS 985nsList = new NsDecl(nsList, prefix, nsUri);
System\Xml\Xsl\Xslt\XsltLoader.cs (1)
2824thisList = new NsDecl(thisList, parentList.Prefix, parentList.NsUri);