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