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)
233
nsUri = re.
nsUri
;
System\Xml\Xsl\Xslt\QilGenerator.cs (3)
326
nsDecls.Add(_f.NamespaceDecl(_f.String(rec.ncName!), _f.String(rec.
nsUri
!)));
837
string? recNsUri = rec.
nsUri
;
2501
string? recNsUri = rec.
nsUri
;
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (2)
1439
Debug.Assert(!Compiler.IsPhantomNamespace(scoperecord.
nsUri
!));
1440
newtemplate.Namespaces = new NsDecl(newtemplate.Namespaces, scoperecord.ncName, scoperecord.
nsUri
);