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