6 overrides of MoveToNext
System.Data.Common (1)
System\Xml\DataDocumentXPathNavigator.cs (1)
122public override bool MoveToNext() =>
System.Private.Xml (4)
System\Xml\Cache\XPathDocumentNavigator.cs (1)
403public override bool MoveToNext()
System\Xml\Dom\DocumentXPathNavigator.cs (1)
705public override bool MoveToNext()
System\Xml\XPath\XPathNavigatorReader.cs (1)
1234public override bool MoveToNext()
System\Xml\Xsl\Runtime\RtfNavigator.cs (1)
141public override bool MoveToNext()
System.Private.Xml.Linq (1)
System\Xml\XPath\XNodeNavigator.cs (1)
491public override bool MoveToNext()
33 references to MoveToNext
System.Private.Xml (33)
System\Xml\Core\XmlWriter.cs (1)
524if (navigator.MoveToNext())
System\Xml\Core\XmlWriterAsync.cs (1)
524if (navigator.MoveToNext())
System\Xml\XPath\Internal\CacheChildrenQuery.cs (1)
88if (!currentNode!.MoveToNext() || !DecideNextNode())
System\Xml\XPath\Internal\DescendantoverDescendantQuery.cs (1)
87while (!currentNode.MoveToNext())
System\Xml\XPath\Internal\FilterQuery.cs (1)
111} while (result.MoveToNext());
System\Xml\XPath\Internal\FollowingQuery.cs (1)
58while (!_input.MoveToNext())
System\Xml\XPath\Internal\FollSiblingQuery.cs (1)
98while (currentNode.MoveToNext())
System\Xml\XPath\Internal\PreSiblingQuery.cs (1)
74if (!prev.MoveToNext())
System\Xml\XPath\Internal\XPathChildIterator.cs (1)
21while ((first) ? nav.MoveToFirstChild() : nav.MoveToNext())
System\Xml\XPath\Internal\XPathDescendantIterator.cs (1)
62if (nav.MoveToNext())
System\Xml\XPath\XPathNavigator.cs (11)
709while (MoveToNext()); 726while (MoveToNext()); 773if (MoveToNext()) 840if (MoveToNext()) 869while (MoveToNext()) 883while (MoveToNext()) 1399while (MoveToNext()); 1664if (MoveToNext()) 1683while (!MoveToNext()) 1723while (nav.MoveToNext()) 1867while (n1.MoveToNext())
System\Xml\XPath\XPathNavigatorReader.cs (1)
1021else if (_nav.MoveToNext())
System\Xml\Xsl\Runtime\ContentIterators.cs (1)
43return _navCurrent.MoveToNext();
System\Xml\Xsl\Runtime\XmlNavigatorFilter.cs (4)
258return navigator.MoveToNext(); 266return navigator.MoveToNext(); 338return navigator.MoveToNext(); 400return navigator.MoveToNext();
System\Xml\Xsl\Runtime\XmlQueryOutput.cs (2)
913while (navigator.MoveToNext()); 1078if (navigator.MoveToNext())
System\Xml\Xsl\Runtime\XmlSequenceWriter.cs (1)
256if (nav.MoveToNext())
System\Xml\Xsl\XsltOld\NavigatorInput.cs (1)
71return _Navigator.MoveToNext();
System\Xml\Xsl\XsltOld\NumberAction.cs (1)
355if (!runner.MoveToNext())
System\Xml\Xsl\XsltOld\Processor.cs (1)
625} while (nav.MoveToNext());