3 references to XPathSelectionIterator
System.Private.Xml (3)
System\Xml\XPath\Internal\FunctionQuery.cs (1)
78
argVals[i] = new
XPathSelectionIterator
(nodeIterator.Current, _args[i]);
System\Xml\XPath\XPathNavigator.cs (1)
1192
return new
XPathSelectionIterator
(context.Current, query);
System\Xml\Xsl\XsltOld\Processor.cs (1)
636
return new
XPathSelectionIterator
(context.Current!, query);