4 overrides of MoveToFollowing
System.Data.SqlXml (4)
System\Xml\Xsl\Runtime\XmlNavigatorFilter.cs (4)
112
public override bool
MoveToFollowing
(XPathNavigator navigator, XPathNavigator navEnd) {
192
public override bool
MoveToFollowing
(XPathNavigator navigator, XPathNavigator navEnd) {
255
public override bool
MoveToFollowing
(XPathNavigator navigator, XPathNavigator navEnd) {
318
public override bool
MoveToFollowing
(XPathNavigator navigator, XPathNavigator navEnd) {
10 references to MoveToFollowing
System.Data.SqlXml (10)
System\Xml\Xsl\Runtime\TreeIterators.cs (10)
53
return (this.filter.
MoveToFollowing
(this.navCurrent, this.navEnd));
119
if (this.filter.
MoveToFollowing
(this.navCurrent, this.navEnd))
305
return this.filter.
MoveToFollowing
(this.navCurrent, null);
327
if (!filter.
MoveToFollowing
(nav, null)) {
340
if (!filter.
MoveToFollowing
(nav, null)) {
434
if (!this.filter.
MoveToFollowing
(this.navCurrent, null))
511
while (filter.
MoveToFollowing
(this.navCurrent, context))
606
if (this.filter.
MoveToFollowing
(this.navCurrent, this.navStack.Peek()))
719
if (this.filter.
MoveToFollowing
(this.navCurrent, this.navStack.Peek()))
826
if (!this.filter.
MoveToFollowing
(this.navCurrent, this.navEnd)) {