2 overrides of MoveToFollowing
System.Private.Xml (2)
System\Xml\Cache\XPathDocumentNavigator.cs (1)
641
public override bool
MoveToFollowing
(XPathNodeType type, XPathNavigator? end)
System\Xml\Dom\DocumentXPathNavigator.cs (1)
1034
public override bool
MoveToFollowing
(XPathNodeType type, XPathNavigator? end)
4 references to MoveToFollowing
System.Private.Xml (4)
System\Xml\XPath\XPathNavigator.cs (1)
802
return
MoveToFollowing
(type, null);
System\Xml\Xsl\Runtime\XmlNavigatorFilter.cs (3)
210
return navigator.
MoveToFollowing
(_nodeType, navEnd);
282
return navigator.
MoveToFollowing
(XPathNodeType.All, navEnd);
354
return navigator.
MoveToFollowing
(XPathNodeType.All, navEnd);