5 references to HasAttribute
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\Cache\XPathDocumentNavigator.cs (1)
286get { return _pageCurrent[_idxCurrent].HasAttribute; }
FrameworkFork\Microsoft.Xml\Xml\Cache\XPathNodeHelper.cs (4)
76if (pageNode[idxNode].HasAttribute) 457if (page[idx].HasAttribute) 749Debug.Assert(pageNode[idxNode].HasAttribute || pageNode[idxNode].HasContentChild, "Caller must check HasAttribute/HasContentChild on parent before calling GetChild."); 750Debug.Assert(pageNode[idxNode].HasAttribute || !pageNode[idxNode].HasCollapsedText, "Text child is virtualized and therefore is not present in the physical node page.");