2 overrides of IsDescendant
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Cache\XPathDocumentNavigator.cs (1)
808
public override bool
IsDescendant
(XPathNavigator other)
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentXPathNavigator.cs (1)
1243
public override bool
IsDescendant
(XPathNavigator other)
2 references to IsDescendant
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\followingquery.cs (1)
45
} while (prev.
IsDescendant
(_input));
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\followingsibling.cs (1)
94
while (currentNode.
IsDescendant
(_nextInput))