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