2 references to XPathSelectionIterator
System.Xml (2)
System\Xml\XPath\Internal\FunctionQuery.cs (1)
66
argVals[i] = new
XPathSelectionIterator
(nodeIterator.Current, args[i]);
System\Xml\XPath\XPathNavigator.cs (1)
1052
return new
XPathSelectionIterator
(context.Current, query);