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)
42
private
XPathNodeInfoTable
_infoTable; // Atomization table for shared node information
System\Xml\Cache\XPathNode.cs (2)
437
public void SetSibling(
XPathNodeInfoTable
infoTable, XPathNode[] pageSibling, int idxSibling)
456
public void SetSimilarElement(
XPathNodeInfoTable
infoTable, XPathNode[] pageSimilar, int idxSimilar)