4 references to HasText
System.Private.Xml (4)
System\Xml\Cache\XPathDocumentBuilder.cs (4)
258
if (_textBldr.
HasText
)
440
if (_textBldr.
HasText
)
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.");