1 write to infoTable
System.Xml (1)
System\Xml\Cache\XPathDocumentBuilder.cs (1)
97
this.
infoTable
= new XPathNodeInfoTable();
7 references to infoTable
System.Xml (7)
System\Xml\Cache\XPathDocumentBuilder.cs (7)
480
pageCopy[idxCopy].SetSibling(this.
infoTable
, pageTemp, idxTemp);
494
pageCopy[idxCopy].SetSibling(this.
infoTable
, pageOverride, idxOverride);
500
pageNew[idxNew].SetSibling(this.
infoTable
, this.pageNmsp, this.idxNmsp);
553
pagePrev[idxPrev].SetSimilarElement(this.
infoTable
, pageNext, idxNext);
575
info = this.
infoTable
.Create(prefix, string.Empty, string.Empty, string.Empty,
604
info = this.
infoTable
.Create(localName, namespaceUri, prefix, baseUri,
677
this.pageSibling[this.idxSibling].SetSibling(this.
infoTable
, pageNew, idxNew);