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