1 write to doc
System.Xml (1)
System\Xml\Cache\XPathDocumentBuilder.cs (1)
84this.doc = doc;
10 references to doc
System.Xml (10)
System\Xml\Cache\XPathDocumentBuilder.cs (10)
101this.doc.SetCollapsedTextNode(page, idx); 105this.doc.SetXmlNamespaceNode(this.pageNmsp, this.idxNmsp); 110this.doc.SetRootNode(this.pageParent, this.idxParent); 114this.doc.SetRootNode(this.nodePageFact.NextNodePage, this.nodePageFact.NextNodeIndex); 245this.doc.AddNamespace(this.pageParent, this.idxParent, this.pageNmsp, this.idxNmsp); 291this.doc.AddIdElement(this.pageSibling[this.idxSibling].Value, this.pageParent, this.idxParent); 400idx = this.doc.GetRootNode(out page); 504this.doc.SetRootNode(pageNew, idxNew); 577this.doc, this.lineNumBase, this.linePosBase); 606this.doc, this.lineNumBase, this.linePosBase);