16 overrides of MoveNext
System.Private.Xml (16)
System\Xml\Cache\XPathDocumentIterator.cs (4)
91public override bool MoveNext() 144public override bool MoveNext() 214public override bool MoveNext() 282public override bool MoveNext()
System\Xml\Dom\DocumentXPathNavigator.cs (2)
2172public override bool MoveNext() { return false; } 2215public override bool MoveNext()
System\Xml\XPath\Internal\IteratorFilter.cs (1)
32public override bool MoveNext()
System\Xml\XPath\Internal\Query.cs (1)
36public override bool MoveNext() { return Advance() != null; }
System\Xml\XPath\Internal\XPathAncestorIterator.cs (1)
14public override bool MoveNext()
System\Xml\XPath\Internal\XPathArrayIterator.cs (1)
67public override bool MoveNext()
System\Xml\XPath\Internal\XPathChildIterator.cs (1)
19public override bool MoveNext()
System\Xml\XPath\Internal\XPathDescendantIterator.cs (1)
25public override bool MoveNext()
System\Xml\XPath\Internal\XPathEmptyIterator.cs (1)
28public override bool MoveNext()
System\Xml\XPath\Internal\XPathMultyIterator.cs (1)
135public override bool MoveNext()
System\Xml\XPath\Internal\XPathSelectionIterator.cs (1)
35public override bool MoveNext()
System\Xml\XPath\Internal\XPathSingletonIterator.cs (1)
54public override bool MoveNext()
35 references to MoveNext
illink (1)
Microsoft.AspNetCore.Grpc.Swagger (1)
Internal\XmlComments\GrpcXmlCommentsOperationFilter.cs (1)
100while (responseNodes.MoveNext())
Microsoft.Build.Tasks.Core (2)
XmlPeek.cs (1)
136while (iter.MoveNext())
XmlPoke.cs (1)
122while (iter.MoveNext())
PresentationFramework (2)
System\Windows\Annotations\Storage\XmlStreamStore.cs (2)
752iterator.MoveNext(); 912if (iterator.MoveNext())
System.Private.Xml (27)
System\Xml\Dom\XmlNode.cs (1)
54if (nodeIterator.MoveNext())
System\Xml\Dom\XPathNodeList.cs (1)
47if (_nodeIterator.MoveNext())
System\Xml\XPath\Internal\ChildrenQuery.cs (1)
26while (!_iterator.MoveNext())
System\Xml\XPath\Internal\DescendantQuery.cs (1)
56if (_nodeIterator.MoveNext())
System\Xml\XPath\Internal\ExtensionQuery.cs (1)
58if (_queryIterator.MoveNext())
System\Xml\XPath\Internal\FollowingQuery.cs (1)
48while (!_iterator.MoveNext())
System\Xml\XPath\Internal\IteratorFilter.cs (1)
34while (_innerIterator.MoveNext())
System\Xml\XPath\Internal\PrecedingQuery.cs (1)
75while (_workIterator.MoveNext())
System\Xml\XPath\Internal\XPathArrayIterator.cs (1)
33while (nodeIterator.MoveNext())
System\Xml\XPath\Internal\XPathMultyIterator.cs (1)
50if (!arr[pos].MoveNext())
System\Xml\XPath\XPathNavigator.cs (1)
1133if (iter.MoveNext())
System\Xml\XPath\XPathNodeIterator.cs (2)
27while (clone.MoveNext()) ; 85if (_current == null || !_current.MoveNext())
System\Xml\Xsl\XsltOld\ActionFrame.cs (4)
268bool next = _nodeSet!.MoveNext(); 280flag = !proc.Stylesheet.PreserveWhiteSpace(proc, nav) && (next = _nodeSet.MoveNext()); 291bool next = _newNodeSet!.MoveNext(); 303flag = !proc.Stylesheet.PreserveWhiteSpace(proc, nav) && (next = _newNodeSet.MoveNext());
System\Xml\Xsl\XsltOld\NumberAction.cs (3)
264while (sel.MoveNext()) 291while (sel.MoveNext()) 377if (nodeset.MoveNext())
System\Xml\Xsl\XsltOld\XsltCompileContext.cs (7)
272while (it.MoveNext()) 303while (sel.MoveNext()) 371while (it.MoveNext()) 657if (it.MoveNext()) 768if (it.MoveNext()) 826if (it.MoveNext()) 885while (it.MoveNext())
System.Security.Cryptography.Xml (2)
System\Security\Cryptography\Xml\XmlDsigXPathTransform.cs (2)
170while (it.MoveNext()) 181while (it.MoveNext())