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