5 references to HasAttribute
System.Xml (5)
System\Xml\Cache\XPathDocumentNavigator.cs (1)
258get { return this.pageCurrent[this.idxCurrent].HasAttribute; }
System\Xml\Cache\XPathNodeHelper.cs (4)
71if (pageNode[idxNode].HasAttribute) { 410if (page[idx].HasAttribute) { 670Debug.Assert(pageNode[idxNode].HasAttribute || pageNode[idxNode].HasContentChild, "Caller must check HasAttribute/HasContentChild on parent before calling GetChild."); 671Debug.Assert(pageNode[idxNode].HasAttribute || !pageNode[idxNode].HasCollapsedText, "Text child is virtualized and therefore is not present in the physical node page.");