2 overrides of IsDescendant
System.Private.Xml (2)
System\Xml\Cache\XPathDocumentNavigator.cs (1)
814
public override bool
IsDescendant
([NotNullWhen(true)] XPathNavigator? other)
System\Xml\Dom\DocumentXPathNavigator.cs (1)
1226
public override bool
IsDescendant
([NotNullWhen(true)] XPathNavigator? other)
4 references to IsDescendant
System.Private.Xml (4)
System\Xml\XPath\Internal\FollowingQuery.cs (1)
42
} while (prev.
IsDescendant
(_input));
System\Xml\XPath\Internal\FollSiblingQuery.cs (1)
87
while (currentNode.
IsDescendant
(_nextInput))
System\Xml\Xsl\Runtime\TreeIterators.cs (2)
111
if (_state != IteratorState.NoPrevious && _navRoot.
IsDescendant
(input))
451
if (_navCurrent.
IsDescendant
(input))