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