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