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