4 references to HasText
System.Xml (4)
System\Xml\Cache\XPathDocumentBuilder.cs (4)
236
if (this.textBldr.
HasText
) {
396
if (this.textBldr.
HasText
)
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.");