5 references to IsText
System.Private.Xml (5)
System\Xml\Cache\XPathDocumentBuilder.cs (1)
774
Debug.Assert(_idxSibling == 0 || (_pageSibling != null && !_pageSibling[_idxSibling].
IsText
), "Cannot create adjacent text nodes.");
System\Xml\Cache\XPathDocumentNavigator.cs (2)
120
Debug.Assert(page[idx].NodeType == XPathNodeType.Element || page[idx].
IsText
);
704
Debug.Assert(page[idx].
IsText
);
System\Xml\Cache\XPathNodeHelper.cs (2)
598
if (page[idx].
IsText
|| (page[idx].NodeType == XPathNodeType.Element && page[idx].HasCollapsedText))
609
if (page[idx].
IsText
|| (page[idx].NodeType == XPathNodeType.Element && page[idx].HasCollapsedText))