2 overrides of MoveToFollowing
System.Xml (2)
System\Xml\Cache\XPathDocumentNavigator.cs (1)
546public override bool MoveToFollowing(string localName, string namespaceURI, XPathNavigator end) {
System\Xml\Dom\DocumentXPathNavigator.cs (1)
796public override bool MoveToFollowing(string localName, string namespaceUri, XPathNavigator end) {
2 references to MoveToFollowing
System.Data.SqlXml (1)
System\Xml\Xsl\Runtime\XmlNavigatorFilter.cs (1)
113return navigator.MoveToFollowing(this.localName, this.namespaceUri, navEnd);
System.Xml (1)
System\Xml\XPath\XPathNavigator.cs (1)
658return MoveToFollowing(localName, namespaceURI, null);