1 write to NsUri
System.Data.SqlXml (1)
System\Xml\Xsl\Xslt\XslAst.cs (1)
72this.NsUri = nsUri;
6 references to NsUri
System.Data.SqlXml (6)
System\Xml\Xsl\Xslt\CompilerScopeManager.cs (3)
96if (nsDecl.NsUri == null) { 100AddExNamespace(nsDecl.NsUri); 103AddNsDeclaration(nsDecl.Prefix, nsDecl.NsUri);
System\Xml\Xsl\Xslt\XsltLoader.cs (3)
2817tmp.NsUri == parentList.NsUri // Extension or excluded namespace 2824thisList = new NsDecl(thisList, parentList.Prefix, parentList.NsUri);