11 overrides of MoveToNext
SMDiagnostics (1)
System\ServiceModel\Diagnostics\TraceXPathNavigator.cs (1)
560
public override bool
MoveToNext
()
System.Data (1)
fx\src\data\System\NewXml\DataDocumentXPathNavigator.cs (1)
121
public override bool
MoveToNext
() {
System.Data.SqlXml (1)
System\Xml\Xsl\Runtime\RtfNavigator.cs (1)
134
public override bool
MoveToNext
() {
System.ServiceModel (3)
System\ServiceModel\Dispatcher\QuerySafeNavigator.cs (2)
517
public override bool
MoveToNext
()
890
public override bool
MoveToNext
()
System\ServiceModel\Dispatcher\SeekableMessageNavigator.cs (1)
908
public override bool
MoveToNext
()
System.Transactions (1)
System\Transactions\Trace\TraceXPathNavigator.cs (1)
278
public override bool
MoveToNext
()
System.Xml (3)
System\Xml\Cache\XPathDocumentNavigator.cs (1)
365
public override bool
MoveToNext
() {
System\Xml\Dom\DocumentXPathNavigator.cs (1)
588
public override bool
MoveToNext
() {
System\Xml\XPath\XPathNavigatorReader.cs (1)
1076
public override bool
MoveToNext
() {
System.Xml.Linq (1)
System\Xml\Linq\XNodeNavigator.cs (1)
466
public override bool
MoveToNext
() {
51 references to MoveToNext
System.Data.SqlXml (11)
System\Xml\Xsl\Runtime\ContentIterators.cs (1)
42
return this.navCurrent.
MoveToNext
();
System\Xml\Xsl\Runtime\XmlNavigatorFilter.cs (4)
235
return navigator.
MoveToNext
();
242
return navigator.
MoveToNext
();
305
return navigator.
MoveToNext
();
359
return navigator.
MoveToNext
();
System\Xml\Xsl\Runtime\XmlQueryOutput.cs (2)
828
while (navigator.
MoveToNext
());
979
if (navigator.
MoveToNext
()) {
System\Xml\Xsl\Runtime\XmlSequenceWriter.cs (1)
234
if (nav.
MoveToNext
()) {
System\Xml\Xsl\XsltOld\NavigatorInput.cs (1)
61
return _Navigator.
MoveToNext
();
System\Xml\Xsl\XsltOld\NumberAction.cs (1)
312
if (! runner.
MoveToNext
()) {
System\Xml\Xsl\XsltOld\Processor.cs (1)
568
}while (nav.
MoveToNext
());
System.ServiceModel (18)
System\ServiceModel\Dispatcher\QuerySafeNavigator.cs (2)
520
return this.navigator.
MoveToNext
();
893
return this.navigator.
MoveToNext
();
System\ServiceModel\Dispatcher\QuerySelectOp.cs (8)
201
while (contextNode.
MoveToNext
());
275
while (contextNode.
MoveToNext
());
302
while (contextNode.
MoveToNext
());
325
while (contextNode.
MoveToNext
());
366
while (contextNode.
MoveToNext
());
384
} while (contextNode.
MoveToNext
());
417
else if (contextNode.
MoveToNext
())
428
if (contextNode.
MoveToNext
())
System\ServiceModel\Dispatcher\QuerySubExprEliminator.cs (1)
384
} while (nav.
MoveToNext
());
System\ServiceModel\Dispatcher\XPathMessageContext.cs (7)
279
} while (nav.
MoveToNext
());
297
} while (nav.
MoveToNext
());
304
while (nav.
MoveToNext
())
317
while (nav.
MoveToNext
())
353
} while (nav.
MoveToNext
());
383
} while (nav.
MoveToNext
());
1267
} while (nav.
MoveToNext
());
System.Xml (22)
System\Xml\Core\XmlWriter.cs (1)
523
if (navigator.
MoveToNext
()) {
System\Xml\Core\XmlWriterAsync.cs (1)
475
if (navigator.
MoveToNext
()) {
System\Xml\XPath\Internal\CacheChildrenQuery.cs (1)
79
if (!currentNode.
MoveToNext
() || !DecideNextNode()) {
System\Xml\XPath\Internal\DescendantoverDescendantQuery.cs (1)
71
while (! currentNode.
MoveToNext
()) {
System\Xml\XPath\Internal\FilterQuery.cs (1)
96
} while (result.
MoveToNext
());
System\Xml\XPath\Internal\FollowingQuery.cs (1)
52
while (! input.
MoveToNext
()) {
System\Xml\XPath\Internal\FollowingSibling.cs (1)
87
while (currentNode.
MoveToNext
()) {
System\Xml\XPath\Internal\PrecedingSibling.cs (1)
68
if (!prev.
MoveToNext
()) {
System\Xml\XPath\Internal\XPathChildIterator.cs (1)
25
while ((first) ? nav.MoveToFirstChild() : nav.
MoveToNext
()) {
System\Xml\XPath\Internal\XPathDescendantIterator.cs (1)
42
if (nav.
MoveToNext
()) {
System\Xml\XPath\XPathNavigator.cs (11)
635
while (
MoveToNext
());
649
while (
MoveToNext
());
689
if (
MoveToNext
())
747
if (
MoveToNext
())
773
while (
MoveToNext
()) {
785
while (
MoveToNext
()) {
1226
while (
MoveToNext
());
1463
if (
MoveToNext
())
1481
while (!
MoveToNext
()) {
1514
while (nav.
MoveToNext
()) {
1642
while (n1.
MoveToNext
()) {
System\Xml\XPath\XPathNavigatorReader.cs (1)
882
else if ( this.nav.
MoveToNext
() ) {