15 references to _textBldr
System.Private.Xml (15)
System\Xml\Cache\XPathDocumentBuilder.cs (15)
98
_textBldr
.Initialize(lineInfo);
220
switch (
_textBldr
.TextType)
227
if (
_textBldr
.LineNumber != _pageParent[_idxParent].LineNumber)
231
int posDiff =
_textBldr
.LinePosition - _pageParent[_idxParent].LinePosition;
240
_pageParent[_idxParent].SetCollapsedValue(
_textBldr
.ReadText());
258
if (
_textBldr
.HasText)
311
_pageSibling[_idxSibling].SetValue(
_textBldr
.ReadText());
404
_textBldr
.WriteTextBlock(text, textType);
440
if (
_textBldr
.HasText)
700
lineNum =
_textBldr
.LineNumber;
701
linePos =
_textBldr
.LinePosition;
736
if (
_textBldr
.HasText)
773
Debug.Assert(
_textBldr
.HasText || (_idxSibling == 0 && _idxParent == 0), "Cannot create empty text node unless it's a top-level text node.");
777
textType =
_textBldr
.TextType;
778
text =
_textBldr
.ReadText();