7 references to NameTable
System.Data.SqlXml (2)
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (2)
983prefix = this.nsmgr.NameTable.Add(prefix); 984ns = this.nsmgr.NameTable.Add(ns);
System.ServiceModel (1)
System\ServiceModel\Dispatcher\XPathParser.cs (1)
108prefix = this.namespaces.NameTable.Add(prefix);
System.Xml (4)
System\Xml\Core\XmlParserContext.cs (2)
54_nt = nsMgr.NameTable; 57if ( (object)nt != (object) nsMgr.NameTable ) {
System\Xml\Core\XmlTextReaderImpl.cs (2)
8047if ( nt != null && nt != context.NamespaceManager.NameTable ) { 8055nt = namespaceManager.NameTable;