2 overrides of IsDescendant
System.Private.Xml (2)
System\Xml\Cache\XPathDocumentNavigator.cs (1)
814public override bool IsDescendant([NotNullWhen(true)] XPathNavigator? other)
System\Xml\Dom\DocumentXPathNavigator.cs (1)
1226public 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)
87while (currentNode.IsDescendant(_nextInput))
System\Xml\Xsl\Runtime\TreeIterators.cs (2)
111if (_state != IteratorState.NoPrevious && _navRoot.IsDescendant(input)) 451if (_navCurrent.IsDescendant(input))