3 writes to ncName
System.Private.Xml (3)
System\Xml\Xsl\Xslt\CompilerScopeManager.cs (3)
61_records[0].ncName = "xml"; 68_records[0].ncName = atoms.Xml; 161_records[_lastRecord].ncName = ncName;
9 references to ncName
System.Private.Xml (9)
System\Xml\Xsl\Xslt\CompilerScopeManager.cs (3)
232prefix = re.ncName; 365if (LookupNamespace(_records[currentRecord].ncName!, _lastRecord, currentRecord + 1) != null) 400if (_scope.LookupNamespace(_scope._records[_currentRecord].ncName!, _lastRecord, _currentRecord + 1) == null)
System\Xml\Xsl\Xslt\QilGenerator.cs (4)
322nsDecls.Add(_f.NamespaceDecl(_f.String(rec.ncName!), _f.String(rec.nsUri!))); 832string? recPrefix = rec.ncName; 856recPrefix = rec.ncName; 2496string recPrefix = rec.ncName!;
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (2)
1436Debug.Assert(scoperecord.IsNamespace || scoperecord.ncName == null); 1438newtemplate.Namespaces = new NsDecl(newtemplate.Namespaces, scoperecord.ncName, scoperecord.nsUri);