5 references to IsText
System.Xml (5)
System\Xml\Cache\XPathDocumentBuilder.cs (1)
692Debug.Assert(this.idxSibling == 0 || !this.pageSibling[this.idxSibling].IsText, "Cannot create adjacent text nodes.");
System\Xml\Cache\XPathDocumentNavigator.cs (2)
112Debug.Assert(page[idx].NodeType == XPathNodeType.Element || page[idx].IsText); 629Debug.Assert(page[idx].IsText);
System\Xml\Cache\XPathNodeHelper.cs (2)
611if (page[idx].IsText || (page[idx].NodeType == XPathNodeType.Element && page[idx].HasCollapsedText)) 620if (page[idx].IsText || (page[idx].NodeType == XPathNodeType.Element && page[idx].HasCollapsedText))