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