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