3 overrides of MoveToNext
System.Private.Xml (2)
System\Xml\Cache\XPathDocumentNavigator.cs (1)
560
public override bool
MoveToNext
(string? localName, string namespaceURI)
System\Xml\Dom\DocumentXPathNavigator.cs (1)
1120
public override bool
MoveToNext
(string localName, string namespaceUri)
System.Private.Xml.Linq (1)
System\Xml\XPath\XNodeNavigator.cs (1)
518
public override bool
MoveToNext
(string localName, string namespaceName)
3 references to MoveToNext
System.Private.Xml (3)
System\Xml\Xsl\Runtime\ContentIterators.cs (1)
88
return _navCurrent.
MoveToNext
(_localName, _ns);
System\Xml\Xsl\Runtime\XmlNavigatorFilter.cs (2)
95
return navigator.
MoveToNext
(_localName, _namespaceUri);
103
return navigator.
MoveToNext
(_localName, _namespaceUri);