1 write to NsUri
System.Private.Xml (1)
System\Xml\Xsl\Xslt\XslAst.cs (1)
71this.NsUri = nsUri;
6 references to NsUri
System.Private.Xml (6)
System\Xml\Xsl\Xslt\CompilerScopeManager.cs (3)
109if (nsDecl.NsUri == null) 116AddExNamespace(nsDecl.NsUri); 121AddNsDeclaration(nsDecl.Prefix, nsDecl.NsUri);
System\Xml\Xsl\Xslt\XsltLoader.cs (3)
3122tmp.NsUri == parentList.NsUri // Extension or excluded namespace 3131thisList = new NsDecl(thisList, parentList.Prefix, parentList.NsUri);