4 references to NameTable
System.Xml (4)
System\Xml\Cache\XPathDocumentBuilder.cs (1)
85this.nameTable = doc.NameTable;
System\Xml\Cache\XPathDocumentNavigator.cs (1)
225get { return this.pageCurrent[this.idxCurrent].Document.NameTable; }
System\Xml\Cache\XPathNode.cs (2)
194Debug.Assert(localName == null || (object) Document.NameTable.Get(localName) == (object) localName, "localName must be atomized."); 205Debug.Assert(localName == null || (object) Document.NameTable.Get(localName) == (object) localName, "localName must be atomized.");