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