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