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