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