3 writes to nsUri
System.Private.Xml (3)
System\Xml\Xsl\Xslt\CompilerScopeManager.cs (3)
62_records[0].nsUri = XmlReservedNs.NsXml; 69_records[0].nsUri = atoms.UriXml; 162_records[_lastRecord].nsUri = uri;
6 references to nsUri
System.Private.Xml (6)
System\Xml\Xsl\Xslt\CompilerScopeManager.cs (1)
233nsUri = re.nsUri;
System\Xml\Xsl\Xslt\QilGenerator.cs (3)
322nsDecls.Add(_f.NamespaceDecl(_f.String(rec.ncName!), _f.String(rec.nsUri!))); 833string? recNsUri = rec.nsUri; 2497string? recNsUri = rec.nsUri;
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (2)
1437Debug.Assert(!Compiler.IsPhantomNamespace(scoperecord.nsUri!)); 1438newtemplate.Namespaces = new NsDecl(newtemplate.Namespaces, scoperecord.ncName, scoperecord.nsUri);