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