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