15 references to _textBldr
dotnet-svcutil-lib (15)
FrameworkFork\Microsoft.Xml\Xml\Cache\XPathDocumentBuilder.cs (15)
93_textBldr.Initialize(lineInfo); 215switch (_textBldr.TextType) 222if (_textBldr.LineNumber != _pageParent[_idxParent].LineNumber) 226int posDiff = _textBldr.LinePosition - _pageParent[_idxParent].LinePosition; 235_pageParent[_idxParent].SetCollapsedValue(_textBldr.ReadText()); 253if (_textBldr.HasText) 304_pageSibling[_idxSibling].SetValue(_textBldr.ReadText()); 395_textBldr.WriteTextBlock(text, textType); 433if (_textBldr.HasText) 690lineNum = _textBldr.LineNumber; 691linePos = _textBldr.LinePosition; 725if (_textBldr.HasText) 759Debug.Assert(_textBldr.HasText || (_idxSibling == 0 && _idxParent == 0), "Cannot create empty text node unless it's a top-level text node."); 763textType = _textBldr.TextType; 764text = _textBldr.ReadText();