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