3 references to MoveToNextNamespace
System.Private.Xml (3)
System\Xml\XPath\Internal\NamespaceQuery.cs (1)
42
_onNamespace = currentNode!.
MoveToNextNamespace
();
System\Xml\XPath\XPathNavigator.cs (2)
1717
while (nav.
MoveToNextNamespace
())
1841
while (n1.
MoveToNextNamespace
())