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