3 overrides of MoveToNext
System.Xml (2)
System\Xml\Cache\XPathDocumentNavigator.cs (1)
504public override bool MoveToNext(string localName, string namespaceURI) {
System\Xml\Dom\DocumentXPathNavigator.cs (1)
926public override bool MoveToNext(string localName, string namespaceUri) {
System.Xml.Linq (1)
System\Xml\Linq\XNodeNavigator.cs (1)
484public override bool MoveToNext(string localName, string namespaceName) {
4 references to MoveToNext
System.Data.Entity (1)
System\Data\Mapping\StorageMappingItemLoader.cs (1)
296} while (nav.MoveToNext(StorageMslConstructs.AliasElement, m_currentNamespaceUri));
System.Data.SqlXml (3)
System\Xml\Xsl\Runtime\ContentIterators.cs (1)
82return this.navCurrent.MoveToNext(this.localName, this.ns);
System\Xml\Xsl\Runtime\XmlNavigatorFilter.cs (2)
92return navigator.MoveToNext(this.localName, this.namespaceUri); 99return navigator.MoveToNext(this.localName, this.namespaceUri);