3 writes to nsUri
System.Data.SqlXml (3)
System\Xml\Xsl\Xslt\CompilerScopeManager.cs (3)
59
records[0].
nsUri
= XmlReservedNs.NsXml;
65
records[0].
nsUri
= atoms.UriXml;
139
records[lastRecord].
nsUri
= uri;
6 references to nsUri
System.Data.SqlXml (6)
System\Xml\Xsl\Xslt\CompilerScopeManager.cs (1)
197
nsUri = re.
nsUri
;
System\Xml\Xsl\Xslt\QilGenerator.cs (3)
289
nsDecls.Add(f.NamespaceDecl(f.String(rec.ncName), f.String(rec.
nsUri
)));
720
string recNsUri = rec.
nsUri
;
2085
string recNsUri = rec.
nsUri
;
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (2)
1278
Debug.Assert(!compiler.IsPhantomNamespace(scoperecord.
nsUri
));
1279
newtemplate.Namespaces = new NsDecl(newtemplate.Namespaces, scoperecord.ncName, scoperecord.
nsUri
);