15 references to textBldr
System.Xml (15)
System\Xml\Cache\XPathDocumentBuilder.cs (15)
91this.textBldr.Initialize(lineInfo); 201switch (this.textBldr.TextType) { 206if (this.textBldr.LineNumber != this.pageParent[this.idxParent].LineNumber) 210int posDiff = this.textBldr.LinePosition - this.pageParent[this.idxParent].LinePosition; 219this.pageParent[this.idxParent].SetCollapsedValue(this.textBldr.ReadText()); 236if (this.textBldr.HasText) { 282this.pageSibling[this.idxSibling].SetValue(this.textBldr.ReadText()); 362this.textBldr.WriteTextBlock(text, textType); 396if (this.textBldr.HasText) 630lineNum = this.textBldr.LineNumber; 631linePos = this.textBldr.LinePosition; 661if (this.textBldr.HasText) 691Debug.Assert(this.textBldr.HasText || (this.idxSibling == 0 && this.idxParent == 0), "Cannot create empty text node unless it's a top-level text node."); 695textType = this.textBldr.TextType; 696text = this.textBldr.ReadText();