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