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