8 references to HasCollapsedText
System.Xml (8)
System\Xml\Cache\XPathDocumentNavigator.cs (4)
387if (this.pageCurrent[this.idxCurrent].HasCollapsedText) { 516if (this.pageCurrent[this.idxCurrent].HasCollapsedText) { 585if (this.pageCurrent[this.idxCurrent].HasCollapsedText) { 622Debug.Assert(page[idx].HasCollapsedText);
System\Xml\Cache\XPathNode.cs (1)
145Debug.Assert(HasCollapsedText, "Do not call CollapsedLinePosition unless HasCollapsedText is true.");
System\Xml\Cache\XPathNodeHelper.cs (3)
611if (page[idx].IsText || (page[idx].NodeType == XPathNodeType.Element && page[idx].HasCollapsedText)) 620if (page[idx].IsText || (page[idx].NodeType == XPathNodeType.Element && page[idx].HasCollapsedText)) 671Debug.Assert(pageNode[idxNode].HasAttribute || !pageNode[idxNode].HasCollapsedText, "Text child is virtualized and therefore is not present in the physical node page.");