4 references to HasText
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Cache\XPathDocumentBuilder.cs (4)
253
if (_textBldr.
HasText
)
433
if (_textBldr.
HasText
)
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.");