4 references to NameTable
System.Private.Xml (4)
System\Xml\Cache\XPathDocumentBuilder.cs (1)
92
_nameTable = doc.
NameTable
;
System\Xml\Cache\XPathDocumentNavigator.cs (1)
248
get { return _pageCurrent[_idxCurrent].Document.
NameTable
; }
System\Xml\Cache\XPathNode.cs (2)
211
Debug.Assert(localName == null || (object?)Document.
NameTable
.Get(localName) == (object)localName, "localName must be atomized.");
223
Debug.Assert(localName == null || (object?)Document.
NameTable
.Get(localName) == (object)localName, "localName must be atomized.");