1 instantiation of XPathNodeInfoTable
System.Xml (1)
System\Xml\Cache\XPathDocumentBuilder.cs (1)
97this.infoTable = new XPathNodeInfoTable();
3 references to XPathNodeInfoTable
System.Xml (3)
System\Xml\Cache\XPathDocumentBuilder.cs (1)
42private XPathNodeInfoTable infoTable; // Atomization table for shared node information
System\Xml\Cache\XPathNode.cs (2)
394public void SetSibling(XPathNodeInfoTable infoTable, XPathNode[] pageSibling, int idxSibling) { 411public void SetSimilarElement(XPathNodeInfoTable infoTable, XPathNode[] pageSimilar, int idxSimilar) {