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