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)
232
prefix = re.
ncName
;
365
if (LookupNamespace(_records[currentRecord].
ncName
!, _lastRecord, currentRecord + 1) != null)
400
if (_scope.LookupNamespace(_scope._records[_currentRecord].
ncName
!, _lastRecord, _currentRecord + 1) == null)
System\Xml\Xsl\Xslt\QilGenerator.cs (4)
322
nsDecls.Add(_f.NamespaceDecl(_f.String(rec.
ncName
!), _f.String(rec.nsUri!)));
832
string? recPrefix = rec.
ncName
;
856
recPrefix = rec.
ncName
;
2496
string recPrefix = rec.
ncName
!;
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (2)
1436
Debug.Assert(scoperecord.IsNamespace || scoperecord.
ncName
== null);
1438
newtemplate.Namespaces = new NsDecl(newtemplate.Namespaces, scoperecord.
ncName
, scoperecord.nsUri);