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