3 overrides of MoveToNext
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Cache\XPathDocumentNavigator.cs (1)
403
public override bool
MoveToNext
()
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentXPathNavigator.cs (1)
716
public override bool
MoveToNext
()
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathNavigatorReader.cs (1)
1246
public override bool
MoveToNext
()
21 references to MoveToNext
dotnet-svcutil-lib (21)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWriter.cs (1)
577
if (navigator.
MoveToNext
())
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\CacheChildrenQuery.cs (1)
92
if (!currentNode.
MoveToNext
() || !DecideNextNode())
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\DescendantOverDescendantQuery.cs (1)
87
while (!currentNode.
MoveToNext
())
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\FilterQuery.cs (1)
114
} while (result.
MoveToNext
());
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\followingquery.cs (1)
61
while (!_input.
MoveToNext
())
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\followingsibling.cs (1)
105
while (currentNode.
MoveToNext
())
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\precedingsibling.cs (1)
77
if (!prev.
MoveToNext
())
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathChildIterator.cs (1)
26
while ((first) ? nav.MoveToFirstChild() : nav.
MoveToNext
())
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathDescendantIterator.cs (1)
52
if (nav.
MoveToNext
())
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathNavigator.cs (11)
764
while (
MoveToNext
());
781
while (
MoveToNext
());
830
if (
MoveToNext
())
899
if (
MoveToNext
())
928
while (
MoveToNext
())
942
while (
MoveToNext
())
1470
while (
MoveToNext
());
1754
if (
MoveToNext
())
1773
while (!
MoveToNext
())
1813
while (nav.
MoveToNext
())
1963
while (n1.
MoveToNext
())
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathNavigatorReader.cs (1)
1026
else if (_nav.
MoveToNext
())