3 overrides of MoveToNext
System.Xml (2)
System\Xml\Cache\XPathDocumentNavigator.cs (1)
504
public override bool
MoveToNext
(string localName, string namespaceURI) {
System\Xml\Dom\DocumentXPathNavigator.cs (1)
926
public override bool
MoveToNext
(string localName, string namespaceUri) {
System.Xml.Linq (1)
System\Xml\Linq\XNodeNavigator.cs (1)
484
public 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)
82
return this.navCurrent.
MoveToNext
(this.localName, this.ns);
System\Xml\Xsl\Runtime\XmlNavigatorFilter.cs (2)
92
return navigator.
MoveToNext
(this.localName, this.namespaceUri);
99
return navigator.
MoveToNext
(this.localName, this.namespaceUri);