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