2 writes to pageSibling
System.Xml (2)
System\Xml\Cache\XPathDocumentBuilder.cs (2)
254
this.
pageSibling
= this.pageParent;
681
this.
pageSibling
= pageNew;
15 references to pageSibling
System.Xml (15)
System\Xml\Cache\XPathDocumentBuilder.cs (15)
150
this.pageParent = this.
pageSibling
;
226
this.pageParent[this.idxParent].SetValue(this.
pageSibling
[this.idxSibling].Value);
265
Debug.Assert(this.idxSibling == 0 || this.
pageSibling
[this.idxSibling].NodeType == XPathNodeType.Attribute);
280
Debug.Assert(this.
pageSibling
[this.idxSibling].NodeType == XPathNodeType.Attribute);
282
this.
pageSibling
[this.idxSibling].SetValue(this.textBldr.ReadText());
286
if (this.
pageSibling
[this.idxSibling].LocalName == this.idAttrName.Name &&
287
this.
pageSibling
[this.idxSibling].Prefix == this.idAttrName.Namespace) {
291
this.doc.AddIdElement(this.
pageSibling
[this.idxSibling].Value, this.pageParent, this.idxParent);
308
this.
pageSibling
[this.idxSibling].SetValue(text);
326
this.
pageSibling
[this.idxSibling].SetValue(text);
403
this.
pageSibling
[this.idxSibling].SetValue(string.Empty);
443
Debug.Assert(this.idxSibling == 0 || this.
pageSibling
[this.idxSibling].NodeType == XPathNodeType.Attribute);
677
this.
pageSibling
[this.idxSibling].SetSibling(this.infoTable, pageNew, idxNew);
692
Debug.Assert(this.idxSibling == 0 || !this.
pageSibling
[this.idxSibling].IsText, "Cannot create adjacent text nodes.");
698
this.
pageSibling
[this.idxSibling].SetValue(text);