Base:
property
NameTable
System.Xml.XPath.XPathNavigator.NameTable
7 references to NameTable
System.Xml (7)
System\Xml\Cache\XPathDocumentIterator.cs (2)
64this.localName = parent.NameTable.Get(name); 162this.localName = root.NameTable.Get(name);
System\Xml\Cache\XPathDocumentNavigator.cs (5)
271this.atomizedLocalName = (localName != null) ? NameTable.Get(localName) : null; 495this.atomizedLocalName = (localName != null) ? NameTable.Get(localName) : null; 506this.atomizedLocalName = (localName != null) ? NameTable.Get(localName) : null; 551this.atomizedLocalName = (localName != null) ? NameTable.Get(localName) : null; 897this.atomizedLocalName = (localName != null) ? NameTable.Get(localName) : null;