5 references to HasAttribute
System.Private.Xml (5)
System\Xml\Cache\XPathDocumentNavigator.cs (1)
285get { return _pageCurrent[_idxCurrent].HasAttribute; }
System\Xml\Cache\XPathNodeHelper.cs (4)
72if (pageNode[idxNode].HasAttribute) 397if (page[idx].HasAttribute) 662Debug.Assert(pageNode[idxNode].HasAttribute || pageNode[idxNode].HasContentChild, "Caller must check HasAttribute/HasContentChild on parent before calling GetChild."); 663Debug.Assert(pageNode[idxNode].HasAttribute || !pageNode[idxNode].HasCollapsedText, "Text child is virtualized and therefore is not present in the physical node page.");