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