7 references to NameTable
Microsoft.Web.XmlTransform (1)
XmlElementContext.cs (1)
290return parentContext.GetNamespaceManager().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)
9028if (nt != null && nt != context.NamespaceManager.NameTable) 9037nt = _namespaceManager.NameTable;
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (2)
1078prefix = _nsmgr.NameTable!.Add(prefix); 1079ns = _nsmgr.NameTable.Add(ns);