3 references to MoveToNextNamespace
System.Xml (3)
System\Xml\XPath\Internal\NamespaceQuery.cs (1)
39
onNamespace = currentNode.
MoveToNextNamespace
();
System\Xml\XPath\XPathNavigator.cs (2)
1509
while (nav.
MoveToNextNamespace
()) {
1622
while (n1.
MoveToNextNamespace
()) {