1 instantiation of XPathNodeInfoTable
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Cache\XPathDocumentBuilder.cs (1)
99_infoTable = new XPathNodeInfoTable();
3 references to XPathNodeInfoTable
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Cache\XPathDocumentBuilder.cs (1)
42private XPathNodeInfoTable _infoTable; // Atomization table for shared node information
FrameworkFork\Microsoft.Xml\Xml\Cache\XPathNode.cs (2)
439public void SetSibling(XPathNodeInfoTable infoTable, XPathNode[] pageSibling, int idxSibling) 458public void SetSimilarElement(XPathNodeInfoTable infoTable, XPathNode[] pageSimilar, int idxSimilar)