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