6 references to NameTable
System.Private.Xml (6)
System\Xml\Core\XmlParserContext.cs (2)
53
_nt = nsMgr.
NameTable
;
57
if ((object)nt != (object?)nsMgr.
NameTable
)
System\Xml\Core\XmlTextReaderImpl.cs (2)
9011
if (nt != null && nt != context.NamespaceManager.
NameTable
)
9020
nt = _namespaceManager.
NameTable
;
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (2)
1079
prefix = _nsmgr.
NameTable
!.Add(prefix);
1080
ns = _nsmgr.
NameTable
.Add(ns);