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