2 overrides of MoveToFollowing
System.Xml (2)
System\Xml\Cache\XPathDocumentNavigator.cs (1)
578public override bool MoveToFollowing(XPathNodeType type, XPathNavigator end) {
System\Xml\Dom\DocumentXPathNavigator.cs (1)
856public override bool MoveToFollowing(XPathNodeType type, XPathNavigator end) {
4 references to MoveToFollowing
System.Data.SqlXml (3)
System\Xml\Xsl\Runtime\XmlNavigatorFilter.cs (3)
193return navigator.MoveToFollowing(this.nodeType, navEnd); 256return navigator.MoveToFollowing(XPathNodeType.All, navEnd); 319return navigator.MoveToFollowing(XPathNodeType.All, navEnd);
System.Xml (1)
System\Xml\XPath\XPathNavigator.cs (1)
715return MoveToFollowing(type, null);