4 instantiations of XPathSelectionIterator
System.Private.Xml (4)
System\Xml\XPath\Internal\FunctionQuery.cs (1)
78argVals[i] = new XPathSelectionIterator(nodeIterator.Current, _args[i]);
System\Xml\XPath\Internal\XPathSelectionIterator.cs (1)
53public override XPathNodeIterator Clone() { return new XPathSelectionIterator(this); }
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);
1 reference to XPathSelectionIterator
System.Private.Xml (1)
System\Xml\XPath\Internal\XPathSelectionIterator.cs (1)
23private XPathSelectionIterator(XPathSelectionIterator it)